refactor: do not store events/attributes/objects in sql, use opensearch#239
Merged
refactor: do not store events/attributes/objects in sql, use opensearch#239
Conversation
…a, refactor read operations to use opensearch instead of postgres
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
==========================================
+ Coverage 74.32% 75.28% +0.96%
==========================================
Files 145 142 -3
Lines 10246 10114 -132
==========================================
- Hits 7615 7614 -1
+ Misses 2631 2500 -131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…e uuid references not integer ids
api/alembic/versions/f3e2d1c0b9a8_detach_event_attribute_fks_from_tag_tables.py
Fixed
Show fixed
Hide fixed
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this is a breaking change.
do not store events, objects, attributes, attribute tags, event tags, object references in sql. use opensearch only.