Migrating to Postgres

Viewed 58
The discussion revolves around the challenges faced when using CockroachDB in combination with Prisma, highlighting issues regarding query performance, database normalization, and the importance of mature tools for database management. The comments reflect frustrations with ORM behaviors, particularly in terms of index management and inefficiencies with data storage. There is also concern regarding the immaturity of Prisma's implementation, specifically around JOIN operations, raising questions about its suitability for handling complex data needs compared to Postgres. Additionally, there are inquiries about the feasibility of maintaining multi-region write capabilities in Postgres, especially under regulatory constraints like GDPR.
0 Answers