I have read here that a time series bucket can not have more than 1000 measurements/documents inside one bucket, and also here, that it is “by default” 1000 documents per bucket.
Is there a way to increase this limit?
My use case is that I want to have a bunch of small documents each with one measurement of one sensors. The increased number of buckets makes the read query slower compared to other schemas like fitting all sensors measurements at one timestamp into one document.