You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).