You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(model-server): inefficient SQL query was generated for getAll
After adding the repository column to the primary key, a different SQL
query was generated that is less efficient. Adjusted the PostgresDialect
to generate a query with comparable performance to the one for single
column primary keys.
0 commit comments