Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0
Description
Current C implementation is faster than native in every aspect, but for one thing :
|--------------|--------------|
|
| python | python |
|
| mariadb | mariadb_c |
|
------------------------------------------------------|--------------|--------------|
|
Select 100 int cols - BINARY EXECUTE ONLY | 10929 | 54% | 9475 | 47% | |
------------------------------------------------------|--------------|--------------|
|
|
goal is to investigate and correct this. This might be related to https://jira.mariadb.org/browse/CONC-803