Schema for databases

MadT

Newbie
Joined
May 15, 2018
Messages
46
Reaction score
8
I need schema for building databases that can afterwards be integrated in AI platform that generates content. Where should I put the data. Sports schema can be very useful but anything you guys got can come in handy
 
Well, will the index fit into ram over time or not?

If not go with fractal-tree index (tokudb)
If yes, it does not matter so much -> b-tree index (literally any schema)
 
I have been a DBA for a long time, I didn’t think you just buy schema. This is something you build based on your needs. I am new to IM, so may be there is such a thing... what tools are you using for A.I.??
 
Well, will the index fit into ram over time or not?

If not go with fractal-tree index (tokudb)
If yes, it does not matter so much -> b-tree index (literally any schema)
I will need to change some of the data over time, does that mean that I need fractal-tree index?
I have been a DBA for a long time, I didn’t think you just buy schema. This is something you build based on your needs. I am new to IM, so may be there is such a thing... what tools are you using for A.I.??
Currently using powerbi to work with the databases.
 
Back
Top