Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] [BE] Supporting snapshots of deleted rules for rewriting paths in query logs #27

Open
baiqiushi opened this issue Jun 2, 2024 · 0 comments

Comments

@baiqiushi
Copy link
Contributor

Currently, we only log the rule_id when we log a query and its rewriting paths. And we allow deleting rules. Thus, for deleted rules, the logged queries' rewriting paths can have obsolete rule_ids that do not exist anymore.

We still want to support deleting rules. And we also want to keep the query logs with rewriting paths.
Therefore, we can modify the way we log queries' rewriting paths and keep a snapshot of the rule at the moment.

@baiqiushi baiqiushi changed the title [Feature] Supporting snapshots of deleted rules for rewriting paths in query logs [Feature] [BE] Supporting snapshots of deleted rules for rewriting paths in query logs Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant