|
|
|
|
|
by bottompair
4528 days ago
|
|
This is why heavy ORM's like Hibernate are only good for the most simplistic (and tiny data) use cases. Every situation I've been in where queries can't be optimized appropriately for specific use cases like this involve engineers who "don't do Sql" and have made heavy use of something like Hibernate. Then scratch their heads when dashboards take minutes to load. The next step is usually to jump into a column oriented data store, document store, or some other technology they understand even less than Sql. |
|