ActivePivot: Find the CURRENT MEMORY SIZE? -


find current memory size ?

does active pivot cube expose current memory size on cube ? or possible find current date's memory size ?

example: total used size = 400gb cobdate = 2014040 , total used size = 200gb

the large data structures of activepivot (datastore, aggregates, primary index , bitmap index) allocated in large continuous chunks, they're in general not split date or other member , cannot distinguish.

but being said, there many ways total memory usage or activepivot solution (jvisualvm, jconsole, quartet fs health check agent...). use favorite frontend make simple contributors.count query along date dimension. give number of records each date, , total number of records, enough compute estimate memory usage of each date.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -