[infinispan-dev] Using nio and/or aio for FileCacheStore

Sanne Grinovero sanne.grinovero at gmail.com
Wed Feb 9 06:08:41 EST 2011


2011/2/9 Tristan Tarrant <tristan.tarrant at gmail.com>:
> When you mention btree you mean to overcome potential performance
> degradation caused by many files in one directory (at both the filesystem
> level and because the root.listFiles() is used) ?

No, that's the filesystem's business. I guess Manik was referring to
the internal structure of each file, they use "buckets" containing
multiple values.

>
> Tristan
>
> On Tue, Feb 8, 2011 at 17:48, Manik Surtani <manik at jboss.org> wrote:
>>
>> There was some discussion on a better file cache store on this list not
>> too long ago.  No one's taken it up though, feel free to put forward a
>> proposal.  Using a btree structure (rather than hash buckets) may well be a
>> good idea too - faster lookup?  :-)
>>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>



More information about the infinispan-dev mailing list