Migrate to a NoSQL database? #528
josecelano
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The torrent file is a very flexible data structure. Depending on what BEPs the torrent supports you can have only a subset of the fields.
On the other hand, we are not storing all the fields in the original torrent file in the database. See #272
I have the impression that a NoSQL database would fit better in this project. We could convert the torrent file into a JSON and store the whole json as a document. I have not used NoSQL databases and I don't know the pros and cons, but I think we should have these:
Pros
What do you think @torrust/torrustaceans?
Beta Was this translation helpful? Give feedback.
All reactions