Comments - How to solve the IDB-2003 error?

6 years, 2 months ago David Thompson

This means that the query execution is using more UM memory than you have. If you are running a single server deployment, you should look at increasing the TotalUmMemory setting and decreasing NumBlocksPct, this will trade off increased memory for query processing at the expense of disk block caching. The defaults are 25 and 50 and normally we recommend you keep the total of these as 75 especially on a lower memory machine. If you have a multi node deployment, increase TotalUmMemory. Alternatively you need more physical memory.

https://mariadb.com/kb/en/library/mariadb-columnstore-performance-related-configuration-settings/#memory-management-numblockspct-and-totalummemory

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.