|
|
|
|
|
by doctor_eval
852 days ago
|
|
You are absolutely correct; my previous business ended up ejecting almost all database logic from Java ORMs, and moved almost everything to straight SQL manipulated by stored procedures. Doing so resulted in a significant performance and productivity increase, relative to all the layers of nonsense we used to jump through. One of the difficulties of doing this was that the tooling isn’t great. We had to write our own tools to make it work, but the benefits of going back to SQL were more than worth it. (Many years later I made an open source version of that tooling, https://github.com/pgpkg/pgpkg) |
|