Great database solution for apps that require analytics and those who don't want to juggle db providers
Rating: 9 out of 10
December 04, 2024
SC
Vetted Review
Verified User
2 years of experience
We are using SingleStore to power our whole app database layer.
We use it both for our basic tables and also for the analytical ones.
The magic is that we don't need to have multiple types of databases, it's just a single database which is a drop-in replacement for MySQL and it works almost exactly the same at the API level with some differences, which we can live with but hope they can improve upon (like column adjustments on the fly, foreign keys, etc.)
We use it both for our basic tables and also for the analytical ones.
The magic is that we don't need to have multiple types of databases, it's just a single database which is a drop-in replacement for MySQL and it works almost exactly the same at the API level with some differences, which we can live with but hope they can improve upon (like column adjustments on the fly, foreign keys, etc.)
- Analytical queries
- Basic SQL usage similar to how you would use MySQL
Cons
- Column mutations (from null to not null, or type changes)
- Foreign keys
- Unique columns (for columnstore)