Support Search Optimizations #339
ernestoongaro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to pre 1.2 grants, search optimizations have to be handled by post-hook, so a native configuration would be nice to have.
For long lived tables like incrementals, it's particularly interesting to not add the search optimization service on every incremental, as it appears to force an expensive full re-index of the table (vs the default behaviour that automatically adds to the index).
I wrote a little example of a macro that checks if the service exists before adding it here in case it's useful for someone doing this.
Beta Was this translation helpful? Give feedback.
All reactions