|
|
|
|
|
by kumarvvr
1688 days ago
|
|
I have seen multiple benchmarks that show PostgreSQL has better performance than Mongo in almost all use cases. A simple wrapper in a language like Go or Rust is sufficient to surpass Mongo performance. Personally, I have shifted database operations behind a GRPC service that uses Go language and PostgreSQL back-end. Allows me to customize the data store to suit the requirement. PostgreSQL does not get enough love in this world. |
|