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
Post a Comment