Hi there,
I'm using your Api to copy data in local but With so much entries, my questions are:
thank you,
keep going this project is really nice !
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 13 de diciembre de 2016 a las 10:28
Hi @neorobot
These are all some pretty loaded questions that are hard to give simple answers to as each and every project requirements are going to be different 😉
TMDb is actually a MongoDB project, so there aren't tables per-say. Each media type or object is generally in their own collection (which is basically the equivalent to a table in the MySQL world).
My understanding is that InnoDB is a good choice. I do use MySQL for the new lists and use InnoDB for them.
This is going to be purely based on your use case(s) and schema. I store a lot of things in Elasticsearch--not to necessarily get more performance but rather, a more dynamic and powerful querying system.
Contestado por neorobot
el 14 de diciembre de 2016 a las 04:27
Thank you for your Answer Travis, I'll check that !