-
Notifications
You must be signed in to change notification settings - Fork 232
{181155186} stored procedure's cstring performance #5528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
roborivers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
timepart_auth [setup failure]
newsqlreplay
random_osql_replay
sc_lotsoftables
dohsql_race
sc_drop
pg_free_recovery
insert_lots
insert_lots_ssl_generated
updcolsbug
f2c9ba9 to
d5cd244
Compare
roborivers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
d5cd244 to
1d82f7a
Compare
roborivers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
sc_truncate_lockorder_generated
triggersc_latency
sp_perf
truncatesc_offline_generated
insert_lots_ssl_generated
insert_lots
f9f4065 to
30732f4
Compare
|
/adhoc-test commit_lsn_map |
Signed-off-by: Rishitha Kalicheti <[email protected]>
30732f4 to
fe7dfff
Compare
roborivers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: Success ✓.
EN: currently lua functions like gmatch, gsub{str_gsub}, g_write(io_write, fwrite), len {str_len}, str_reverse, str_lower.. most of the strlib functions call strlen on cstring type making it expensive. (Also because lua strings are immutable, we can store len of the string for cstring as we push on to the lua's stack