|
From: Eduard D. <ed...@fr...> - 2025-10-08 16:08:32
|
Thanks for the info, good to know about one xquery being bound to one core. In the mean time we turned hyperthreading off, that helped, but not enough yet. It is weird, the new cpu is 3.8ghz compared to the old 2.4ghz. The queries seem cpu bound as top shows cpu percentage above 200%. Increasing memory does not help, IO does not seem to be a problem. It is doable for now, but I am happy that new hardware is being ordered, hope that helps. Unfortunately I cannot benefit from the many performance improvements in java either, because exist 6 is bound to java 17 max. Regards, Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert (058) 213 14 14 +31 62 094 34 28 https://www.fryske-akademy.nl/ https://frysker.nl/ https://frisian.eu/ [cid:1bf8ec89-316a-4d2a-817f-2b6a9ac915db] gpg: https://keyserver.ubuntu.com/pks/lookup?search=eduard+drenth&fingerprint=on&op=index ________________________________ From: Lars Windauer <lar...@ex...> Sent: Tuesday, October 7, 2025 10:26 PM To: Exist-open <Exi...@li...> Subject: Re: [Exist-open] exist multiple cores Dear Eduard, eXist-db can benefit from multiple cores without the need to configure anything. Having said this, please be aware that a single XQuery (dbbroker) can always run on only one core! So a single XQuery can’t utilise 20 cores but on a 20 core system you can have 20 parallel queries that each use one core. Can you provide us with information about the old and new environment? Gigahertz of your CPUs, how much RAM does the system have and how much of this is assigned to eXist-db. What about the hard drives, is eXist-db running from a SSD with the same filesystem as in the old environment? Best, Lars > On 6. Oct 2025, at 16:42, Eduard Drenth <ed...@fr...> wrote: > > Dear all, > > We are in the process of migrating exist from our own hardware to a provider. > > Performance drops significantly, the main cause is that exist seems to be using one core only. > > Can exist benefit from multiple cores? And if yes, how is that configured? > > Regards, > > Eduard Drenth, Software Architekt > > ed...@fr... > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open _______________________________________________ Exist-open mailing list Exi...@li... https://lists.sourceforge.net/lists/listinfo/exist-open |