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

feat(caching): implement hash_table and merchant table caching #55

Merged
merged 7 commits into from
Jan 29, 2024

Conversation

NishantJoshi00
Copy link
Member

Description

Implement Caching for the following tables

  • Merchant
  • Hash Table

Properties of cache implemented

  • The cache is implement by moka and only consists of IMC and not a shared cache.
  • The cache is implemented on tables where no delete/update operations will take place

src/config.rs Show resolved Hide resolved
Chethan-rao
Chethan-rao previously approved these changes Dec 8, 2023
@NishantJoshi00 NishantJoshi00 merged commit f0d4cc4 into main Jan 29, 2024
3 checks passed
@NishantJoshi00 NishantJoshi00 deleted the caching branch January 29, 2024 11:42
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

Successfully merging this pull request may close these issues.

3 participants