-
hi all; |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, this is basically a good idea. Keep in mind that the number of channels must be a power of 2. It doesn't utilize all cores for the channels, in order to leave some for the OS, housekeeping and the application itself. |
Beta Was this translation helpful? Give feedback.
-
I have some doubts about using a dynamic set channel count:
|
Beta Was this translation helpful? Give feedback.
Hi, this is basically a good idea. Keep in mind that the number of channels must be a power of 2.
An example can be found in the Bookstore Demo:
https://github.com/microstream-one/bookstore-demo/blob/master/src/main/java/one/microstream/demo/bookstore/BookStoreDemo.java#L165
It doesn't utilize all cores for the channels, in order to leave some for the OS, housekeeping and the application itself.