Hello, in SQL api, can we create a table without a...
# troubleshooting
s
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
I would recommend to check out https://paimon.apache.org/ for this
s
thanks, but we are on GCP, and there doesnt seem to be any support yet for google cloud storage..
m
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