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
Hi @tr33oph, the default value of background_schedule_pool_size is currently 1. When window views trigger mutations for intermediate data deletion, this may cause blocking issues. To address this, you can manually set background_schedule_pool_size to a value greater than 1, for example: sess = chs.Session('tmp/test-wv.db?background_schedule_pool_size=8')
Local testing shows no blocking issues so far with this configuration. If further problems arise, feel free to continue the discussion.
Describe the unexpected behaviour
Window view like clickhouse server.
How to reproduce
chdb==3.1.2
Python 3.10.12
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
Expected behavior
Insert done and window view calc done.
Error message and/or stacktrace
debug info (tails):
The text was updated successfully, but these errors were encountered: