Skip to content

feat: add batch read/insert database operations - #3

Open
Dominika4321 wants to merge 3 commits into
mainfrom
write-to-database
Open

feat: add batch read/insert database operations#3
Dominika4321 wants to merge 3 commits into
mainfrom
write-to-database

Conversation

@Dominika4321

Copy link
Copy Markdown
Collaborator
  • Implemented read and insert operations
  • Introduced batch processing for performance
  • Added validation for correctness

@Dominika4321
Dominika4321 requested a review from matzayonc August 10, 2026 19:43
@Dominika4321

Copy link
Copy Markdown
Collaborator Author

How data will be stored in the new approach:

  • local table/hashmap for the newest data
  • storage containing the data along with its timestamp and id, in order to also query the database directly for the latest data

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.

1 participant