Join Slack
Powered by
Hello, in SQL api, can we create a table without a...
# troubleshooting
s
Sharath Gururaj
09/20/2023, 5:53 PM
Hello, in SQL api, can we create a table without a connector? it would be backed by the builtin rocksDB storage of flink. This table would act as a "materialized view" which can be consumed by other queries in other pipelines..
m
Martijn Visser
09/20/2023, 6:28 PM
I would recommend to check out
https://paimon.apache.org/
for this
s
Sharath Gururaj
09/20/2023, 6:41 PM
thanks, but we are on GCP, and there doesnt seem to be any support yet for google cloud storage..
m
Martijn Visser
09/20/2023, 6:42 PM
You could reach out to see if it’s easily to be added. Directly storing into RocksDB wouldn’t be performant, you need something like Paimon
Open in Slack
Previous
Next