Is there anyway to precalculate the required disk storage for my bucket?

I’ve stored around 1000 data points to the influx DB now I would like to calculate the total disk page required after I store the x data points.

I couldn’t find anything in the doc can anyone here please help me out to calculate the required disk page for my bucket?

Hi @pavanvora ,

your required space = x / 1000 * current size

best regards ,
Marc