Actually some more details.

I have a partitioned cache with about 4Million records over 3 nodes. When I
do a get from the REST API I can hit about 4000 Get per second.

>From my application I can only achieve about 200 Get per second. My
application is single threaded consumer consuming from single partition
topic and then does a GET per kafka record. I know as a single consumer
thread the application without cache can handle give or take 2000. So if
figure with a bit of tuning I can get up to 1000 Gets.

Also using async GET cache.

On Fri, 30 Aug 2019 at 12:00, John Smith <[email protected]> wrote:

> Sorry the regular full mesh client. Maybe some threadPoolSizes
>
> On Fri, 30 Aug 2019 at 11:23, Alexandr Shapkin <[email protected]> wrote:
>
>> Hello,
>>
>>
>>
>> Not a thin-client tuning in general, but you can check a serialization
>> settings in order to make sure you do not use a default one.
>>
>>
>>
>> *From: *John Smith <[email protected]>
>> *Sent: *Friday, August 30, 2019 6:04 PM
>> *To: *[email protected]
>> *Subject: *Tuning client performance.
>>
>>
>>
>> Hi, is there any specific client settings we can set to tune the client
>> performance, maybe some thread pools or any stuff like that?
>>
>>
>>
>

Reply via email to