|
|
|
|
|
by collinglass
2217 days ago
|
|
Yes, we do at WaystoCap. It's our main DB. I like it mostly for the flexibility. I think it's one of the best DBs when you're in pre-product market fit stage and making a lot of changes to the data model. One of the main cons I've experienced with it, is it's beginner friendly nature and docs leads you to have a non-optimal data schema for No-SQL. Like even the way it does pagination with Skip, is not the performant way to do it. As areas in our business mature and scale we suffer bottlenecks and have pretty big changes to optimize those areas of the data model. |
|