[discussion]should we improving algorithmic performance about LRU

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[discussion]should we improving algorithmic performance about LRU

litao
This post was updated on .
Hi
In carbondata LRU are used for cache,under CarbonLRUCache the  algorithmic
is LRU-1.
can we improve the algorithmic like LRU-2,Algorithm comparison
under https://blog.csdn.net/elricboa/article/details/78847305
If we improve
the LRU Algorithm,the performance of index hit will be improved.alse it
helps to Improving query efficiency.

Another question,if we can share the
cahe to all of the drivers,it is no need to build multiple for each driver.
it is another question we should discuss



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: [discussion]should we improving algorithmic performance about LRU

sraghunandan
Hi,
Im unable to open the link. Could do pls share the article summary

Regards

On Fri, 21 Dec 2018, 7:51 am litao, <[hidden email]> wrote:

> HiIn carbondata LRU are used for cache,under CarbonLRUCache the
> algorithmic
> is LRU-1.can we improve the algorithmic like LRU-2,Algorithm comparison
> under https://blog.csdn.net/elricboa/article/details/78847305If we improve
> the LRU Algorithm,the performance of index hit will be improved.alse it
> helps to Improving query efficiency.Another question,if we can share the
> cahe to all of the drivers,it is no need to build multiple for each driver.
> it is another question we should discuss
>
>
>
> --
> Sent from:
> http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: [discussion]should we improving algorithmic performance about LRU

litao
hi sraghunandan,
thank you for your question.
you can see the difference between LRU-1 to LRU-2 under
https://blog.csdn.net/elricboa/article/details/78847305
it is in chinese.



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/