Why SQLITE instead of H2? #548
Closed
EngurRuzgar
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Files in TagStudio are not stored within the library database, but rather just the file paths themselves as well as tags and other metadata. Also, H2 appears to be written in Java and requires that as a dependency? It doesn't seem like a good fit for the project compared to SQLite. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you know one of the goals of this project is to be able to handle big data like a terabyte or two. But SQLite is slower in that aspect compared to H2 which is much faster when handling big data. Wouldn't it be better to use H2 to support the users with files over 500GB?
Beta Was this translation helpful? Give feedback.
All reactions