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
We have a large performance regression in SELECT 1, which looks to have been caused by two different points in time. The first time I can observe a regression is after #655 merge. I unfortunately am unable to pinpoint the commit as the pull request is not bisectable internally. The regression does get worse over time too, but I did not yet look into it.
The text was updated successfully, but these errors were encountered:
As discussed with @jussisaurio, we should just have some limit (e.g. 64) of cursor and keep a single array of them in ProgramState and eliminate the hash tables at least.
We have a large performance regression in
SELECT 1
, which looks to have been caused by two different points in time. The first time I can observe a regression is after #655 merge. I unfortunately am unable to pinpoint the commit as the pull request is not bisectable internally. The regression does get worse over time too, but I did not yet look into it.The text was updated successfully, but these errors were encountered: