Skip to content

Unrelated data #474

Answered by msiemens
jcphlux asked this question in Q&A
Discussion options

You must be logged in to vote

That depends. Personally I'd most probably use separate tables for unrelated data because otherwise I'd have to juggle multiple TinyDB instances in parallel. But splitting data into separate files could (at least in theory) improve performance for large datasets as writing one dataset doesn't require also writing the other dataset. But if performance is such a concern that things like this make a big difference you're probably reaching the limits of TinyDB 🙂

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcphlux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants