Re: Prefix Seek RocksDB

2021-03-16 Thread Yun Tang
:02 To: Yun Tang Cc: user ; Brad Davis Subject: Re: Prefix Seek RocksDB Thanks for the input, I'll look more into that. Does your answer then imply that Joins and Aggs do not inherently always use prefix seeks? I'd imagine that the join key on join and groupby key on aggs would alwa

Re: Prefix Seek RocksDB

2021-03-16 Thread Rex Fenley
* Tuesday, March 16, 2021 8:29 > *To:* user > *Cc:* Brad Davis > *Subject:* Prefix Seek RocksDB > > Hello! > > I'm wondering if Flink RocksDB state backend is pre-configured to have > Prefix Seeks enabled, such as for Joins and Aggs on the TableAPI [1]? If > not, what&

Re: Prefix Seek RocksDB

2021-03-15 Thread Yun Tang
Best From: Rex Fenley Sent: Tuesday, March 16, 2021 8:29 To: user Cc: Brad Davis Subject: Prefix Seek RocksDB Hello! I'm wondering if Flink RocksDB state backend is pre-configured to have Prefix Seeks enabled, such as for Joins and Aggs on the TableAPI [1]? If not, what's the

Prefix Seek RocksDB

2021-03-15 Thread Rex Fenley
Hello! I'm wondering if Flink RocksDB state backend is pre-configured to have Prefix Seeks enabled, such as for Joins and Aggs on the TableAPI [1]? If not, what's the easiest way to configure this? I'd imagine this would be beneficial. Thanks! [1] https://github.com/facebook/rocksdb/wiki/Prefix-