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
Description:
There's a significant performance issue when executing a specific query using the Laravel driver for SingleStore. The query runs much slower compared to executing it directly through the admin panel/TablePlus.
Description:
There's a significant performance issue when executing a specific query using the Laravel driver for SingleStore. The query runs much slower compared to executing it directly through the admin panel/TablePlus.
Steps to Reproduce:
php artisan app:seed-events
to seed the databaseExpected Behavior:
The query should execute quickly, similar to when run directly in SingleStore Studio or CLI.
Actual Behavior:
Additional Observations:
order by `id` asc
toorder by id asc
(removing backticks) reduces execution time from 3.5s to 4ms.Environment:
Additional Notes:
The text was updated successfully, but these errors were encountered: