Re: Resizable LRUQueryCache

2020-03-10 Thread Aadithya C
lucene. One advantage of being part of the LRUQueryCache is that this feature will evolve with other cache changes. Adithya On Thu, Mar 5, 2020 at 7:17 PM Atri Sharma wrote: > On Fri, Mar 6, 2020 at 1:04 AM Aadithya C wrote: > > > > In my personal opinion, there are a few advanta

Re: Resizable LRUQueryCache

2020-03-05 Thread Aadithya C
start using a new one? > > On Thu, Mar 5, 2020 at 12:54 AM Aadithya C wrote: > > > Hi, > > > > We are looking at implementing a setter function to resize the > > LRUQueryCache on demand and evict the least recently used queries. Please > > share any thoughts or

Resizable LRUQueryCache

2020-03-04 Thread Aadithya C
Hi, We are looking at implementing a setter function to resize the LRUQueryCache on demand and evict the least recently used queries. Please share any thoughts or concerns around this subject. Adithya