Re: [infinispan-dev] CLI hangs for huge cache if RocksDB is used

2018-04-02 Thread Tristan Tarrant
I think it makes sense to discuss this here as Will has been busy working
on cache store iteration performance, and I'm sure he's interested in the
rocksdb specific optimizations.

--
Tristan Tarrant
Infinispan Lead & Data Grid Architect
Red Hat

On Mon, 2 Apr 2018, 19:37 Galder Zamarreno,  wrote:

> Infinispan version? Thread dumps?
>
> Best if you open a user forum post here:
>
> https://developer.jboss.org/en/infinispan/content?filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bthread%5D
>
> Cheers,
>
> On Mon, Apr 2, 2018 at 5:47 AM Sergey Chernolyas <
> sergey.chernol...@gmail.com> wrote:
>
>> Hi!
>>
>> I am using RocksDB Cache Storage. I faced with problem that CLI/Web hangs
>> long time before open information about all caches.
>> I uploaded to one cache 30_000_000 objects. Last versions of RocksDB has
>> property 'rocksdb.estimate-num-keys'. The property contains count of keys.
>> I supported the property in method RocksDBCacheStore.size .
>> But ... performance of CLI/Web changes a little.
>>
>> How I can fix a problem with CLI/Web performance ?
>>
>> A lot of thanks!
>>
>> --
>> -
>>
>> With best regards, Sergey Chernolyas
>> ___
>> infinispan-dev mailing list
>> infinispan-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
> ___
> infinispan-dev mailing list
> infinispan-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] CLI hangs for huge cache if RocksDB is used

2018-04-02 Thread Galder Zamarreno
Infinispan version? Thread dumps?

Best if you open a user forum post here:
https://developer.jboss.org/en/infinispan/content?filterID=contentstatus%5Bpublished%5D~objecttype~objecttype%5Bthread%5D

Cheers,

On Mon, Apr 2, 2018 at 5:47 AM Sergey Chernolyas <
sergey.chernol...@gmail.com> wrote:

> Hi!
>
> I am using RocksDB Cache Storage. I faced with problem that CLI/Web hangs
> long time before open information about all caches.
> I uploaded to one cache 30_000_000 objects. Last versions of RocksDB has
> property 'rocksdb.estimate-num-keys'. The property contains count of keys.
> I supported the property in method RocksDBCacheStore.size .
> But ... performance of CLI/Web changes a little.
>
> How I can fix a problem with CLI/Web performance ?
>
> A lot of thanks!
>
> --
> -
>
> With best regards, Sergey Chernolyas
> ___
> infinispan-dev mailing list
> infinispan-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] CLI hangs for huge cache if RocksDB is used

2018-04-01 Thread Sergey Chernolyas
Hi!

I am using RocksDB Cache Storage. I faced with problem that CLI/Web hangs
long time before open information about all caches.
I uploaded to one cache 30_000_000 objects. Last versions of RocksDB has
property 'rocksdb.estimate-num-keys'. The property contains count of keys.
I supported the property in method RocksDBCacheStore.size .
But ... performance of CLI/Web changes a little.

How I can fix a problem with CLI/Web performance ?

A lot of thanks!

-- 
-

With best regards, Sergey Chernolyas
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev