heplify-server icon indicating copy to clipboard operation
heplify-server copied to clipboard

heplify-server rotation

Open VladimirMokhov opened this issue 4 years ago • 1 comments
trafficstars

Hello, I have a question about heplify-server rotation. How It works? For example: when I set DB Drop Days = 1, data was saved from 2:00 of the current day, but when I set DB Drop Days = 2, data was saved from 22:00 previous day... What means DBMaxSize and DBPercentageUsage parameters in this context? I need to make dump for a day accurately 00:00-23:59 and which values I should choose for this?

VladimirMokhov avatar Aug 06 '21 10:08 VladimirMokhov

Please attach some evidence of your findings including the queries you are using to determine this status. If you want to dump data "your way" the best approach is to directly interface with Postgres and write your own rotation logic to run externally. There are no side effects as our applications only write forward and query the dataset - once data is gone, they simply won't find it.

lmangani avatar Aug 06 '21 10:08 lmangani