sync indexes by key and drop by name#1275
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
84208a6 to
85ea693
Compare
|
to avoid dealing with comparing index options (which can get messy since there are quite a few fields that could differ), decided to just drop existing indexes and recreate them every time. I was also thinking about an even simpler approach, just drop all indexes at once and recreate everything. but i'm a bit worried though, could it affect app startup? |
|
@axgiri Yeah, for larger datasets I would worry about the compute impact of recreating every time, let's not drop/ recreate every time. I think I've heard that just calling the |
2eb9d6f
into
Epic-Breakfast-Productions:development
Checklist:
issue #1274