Should I use Cassandra for 100,000 user projects? In MySQL 5, I have full-text search and table partitioning. I am starting a Q & A system such as SO with CodeIgniter. This is a transition from vBulletin to the new system. In the old vBulletin system, I had 100,000 users with a total of about 80,000 posts. In the next 3 or 4 years, I expect that there will be more users and posts. So, should you use Cassandra instead of MySQL 5?
If I use Cassandra, I need to switch from Grid-Service to dedicated-shared hosting in Media Temple. Since Cassandra is not provided as part of the hosting system, I need to use a VPS or DV server solution. If I use MySQL, hosting is not a problem, but what about performance, search speed.
By the way, what database is stack overflow with?
php mysql cassandra codeigniter
saturngod
source share