Replies: 1 comment
-
@thatcort we have a method call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, how do you update indices when adding rows? I see the methods
create_index()
andcreate_scalar_index()
, but it seems like these will become obsolete on every append. Are they automatically updated or is there an update method that needs to be called? Similarly, are the indices updated during table compaction?Beta Was this translation helpful? Give feedback.
All reactions