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,
I get this error when tryin to write to a file, I actually have many DB files open, one for each date, and I get: OSError: Too many open files (os error 24)
I use WriteBatch and write it every 25k samples to accelerate the writetime
Hi,
I get this error when tryin to write to a file, I actually have many DB files open, one for each date, and I get:
OSError: Too many open files (os error 24)I use
WriteBatchand write it every 25k samples to accelerate the writetime