|
|
|
|
|
by zzzeek
1947 days ago
|
|
To be fair this is a problem inherent to databases in general. You can have hand written queries that perform badly due to structure or query frequency as well which are not apparent until the dataset grows. The ORM should make it easier to rectify such situations (eg drop in an eager loading directive) vs having to restructure hand-written routines for similar effects. |
|
So without a large number of rows it can be hard to know what it will actually do.