splitting database .json file #511
ejamshidiasl
started this conversation in
Extensions
Replies: 1 comment
-
Hey @ejamshidiasl, I think you can implement a custom storage that does this but in my view such a scheme would be beyond the scope of TinyDB 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello cool programmers.
store each X rows of data (ex. 20000) to a file and then for search and update, go in files one by one until find and for insert, insert to last file.
and a function to check and rewrite to files that may have removed or updated data (this function must be manual. programmers can call it if they want).
in this way we can store non limited amount of data without performance issue
Beta Was this translation helpful? Give feedback.
All reactions