Closed simovesterinen closed 5 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.
Not needed anymore
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.