Does setting 'enableSearch' to false on chosen columns have a performance impact? #304
femto-code
started this conversation in
General
Replies: 1 comment 1 reply
-
for 1000 or event with 10k performance wont be noticable. but yes indexing takes extra disk usage which you can remove if not required. But make sure that you won't need to search(use where uery) in future for that column. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the documentation states, the
enableSearch
property is set totrue
per default. If I understand it correctly, this has the following implications:Thanks for your thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions