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
I'd love to use Raku in more demanding projects but currently performance of DBIish is far from being acceptable.
I've created simple benchmark - execute 100K prepared queries that accepts one argument and returns single row as Hash.
This is general issue about lack of optimizations in DBIish. I do not have any ready to implement advice here. But being 3-5 times slower than competition in databases area is serious blocker in wider Raku adoption.
* Python was not using server-side prepared statements
The text was updated successfully, but these errors were encountered:
I'd love to use Raku in more demanding projects but currently performance of DBIish is far from being acceptable.
I've created simple benchmark - execute 100K prepared queries that accepts one argument and returns single row as Hash.
Results on my machine:
This is general issue about lack of optimizations in DBIish. I do not have any ready to implement advice here. But being 3-5 times slower than competition in databases area is serious blocker in wider Raku adoption.
* Python was not using server-side prepared statements
The text was updated successfully, but these errors were encountered: