In my project, we are in the place of storing lot of files(pdf,odt,doc). We started coding in yii latest version with mysql as backend. Initially we stored all files in the Database, due to use of backup and restoration.
But, our application handled large data. With-in the month, data size crossed 1GB and Mysql responses slow. Even, we used some tuning it doesn’t help. So, we planned to use NoSQL MongoDB as file storage DB and rest is in MySQL.
But, we don’t find any wiki/tutorials in yii framework forum on this matter. Plz shed some lights on “How to use MySQL and MongoDB as database in the yii at same time?”
Thanking you.