About Performance Related Configuration Settings
Hi, I wonder if MariaDB ColumnStore can specify the percentage of CPU usage.
As it has memory configuration parameters, like NumBlocksPct and TotalUmMemory, is there CPU configuration parameter? Or is there another ways to manage CPU usage?
Thank you
Answer Answered by David Thompson in this comment.
No, this is not possible. At best you could limit the number of threads it uses but this isn't advisable. It is currently designed to consume as much CPU as is available. If you wanted to limit CPU you could use a VM or Docker if you are already inside a VM.
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.