Hi all,
I did my project with yii framework and phpmyadmin.
I want to stash 450000 records in database, I guess, my database can’t save all of data.
What shall I do for resolving this problem?
Hi all,
I did my project with yii framework and phpmyadmin.
I want to stash 450000 records in database, I guess, my database can’t save all of data.
What shall I do for resolving this problem?
Hi tajeri,
In this case i encourage you to use Object-Oriented database. It is able to handle a lot of records and data. One of the most used databases like this is MongoDB, search about it.
Regards.
Try to optimize your DB. And I think that 450000 it’s not too much for mysql becouse the max rows number if above 4 billions. But if you will not use mysql, try to check redis.