knizhnik / imcs

In-Memory Columnar Store extension for PostgreSQL
Apache License 2.0
203 stars 33 forks source link

features request: table size function & table total size function #49

Closed simovesterinen closed 5 years ago

simovesterinen commented 8 years ago

table_size function: would return the size of table in imcs if the table has been loaded (if using imcs in disk mode then the size of table in cache)

table_full_size_function: If using imcs in disk mode then total size of table not just the size in cache.

I would use these functions to monitor the memory usage of different tables to optimize the memory allocations.

simovesterinen commented 5 years ago

Not needed anymore