Hi,
I have a question as to whether Noria's performance would benefit from:
-
io-uring ?
-
from the rust crate Glommio (a thread per core crate - https://www.datadoghq.com/blog/engineering/introducing-glommio/). I think the author wrote another blog about API performance and io_uring (https://itnext.io/modern-storage-is-plenty-fast-it-is-the-apis-that-are-bad-6a68319fbc1a)
-
As well as from Upmem (https://www.upmem.com/) which seems to have the most benefit (index searches) potential and smallest code change required to enable (index searches) it according to their site.
I understand the answer might be 'if you need that much performance then you should be able to afford to buy more cores rather than creating technical complexity' but some of the items above might only benefit incoming API calls from source and not Noria itself, so just want to understand at a simplistic level / answer if these would or wouldnt benefit Noria'S performance.
Thanks in advance!
Hi,
I have a question as to whether Noria's performance would benefit from:
io-uring ?
from the rust crate Glommio (a thread per core crate - https://www.datadoghq.com/blog/engineering/introducing-glommio/). I think the author wrote another blog about API performance and io_uring (https://itnext.io/modern-storage-is-plenty-fast-it-is-the-apis-that-are-bad-6a68319fbc1a)
As well as from Upmem (https://www.upmem.com/) which seems to have the most benefit (index searches) potential and smallest code change required to enable (index searches) it according to their site.
I understand the answer might be 'if you need that much performance then you should be able to afford to buy more cores rather than creating technical complexity' but some of the items above might only benefit incoming API calls from source and not Noria itself, so just want to understand at a simplistic level / answer if these would or wouldnt benefit Noria'S performance.
Thanks in advance!