Hi Team, Can we store flink tables in rocks db sta...
# troubleshooting
d
Hi Team, Can we store flink tables in rocks db state ? Our use case if to have data of 1 day in state, in form of tables, so that we can query and filter based on that data. Also I would be writing the state to a volume, which I believe should be retained if the pods terminate and re-spawn. Thanks
g
All Flink state is kept around in the state backend until it is expired. Having said that though If my understanding is correct you are trying to query the intermediate dynamic tables which are not queryable by flink. There are projects though like Apache Paimon (prev. flink table store) that you can use to achieve that.
πŸ‘€ 2
gratitude thank you 1