which one is more useful for a project with a huge database
useful means :
- Insert and delete and update fast
- select a lot of rows fast
- update database structure easier
- programmer friendly
- , .....
we have considered that database implement is in the best situation of indexing and ....
thanks