Skip to content

0.31.3

Compare
Choose a tag to compare
@cldellow cldellow released this 02 Mar 04:19
· 6 commits to main since this release

Bugfix for incremental indexing - maintain at most 10 examples of pks for a given value in dux_column_stats_values, for parity with batch indexing. Otherwise, the pks can grow to a variably sized length, making autosuggest searches and future index updates O(N).