--
You received this message because you are subscribed to the Google Groups "MariaDB ColumnStore" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mariadb-columnstore+unsub...@googlegroups.com.
To post to this group, send email to mariadb-columnstore@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mariadb-columnstore/6886c321-57d6-4f55-9863-5a045c9fb01e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Shashank,
ColumnStore will cache the disk blocks in memory in the PM with LRU eviction. An easy way to test for this is to run the same query twice. The second time the blocks should be in memory and performance faster. You can also confirm this with calling select calGetStats(); after the query and checking for 0 physical I/O.
It might help to understand what you are trying to achieve and what you are trying to join?
Using the memory engine could be valuable for temporarily caching intermediate results for example.
--
You received this message because you are subscribed to the Google Groups "MariaDB ColumnStore" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mariadb-columns...@googlegroups.com.
To post to this group, send email to mariadb-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mariadb-columnstore/47438a99-49ff-4827-85f3-ab309b099575%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mariadb-columnstore+unsub...@googlegroups.com.
> send an email to mariadb-columnstore+unsub...@googlegroups.com
> <javascript:>.
> To post to this group, send email to mariadb-c...@googlegroups.com
> <javascript:>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mariadb-columnstore/47438a99-49ff-4827-85f3-ab309b099575%40googlegroups.com
> <https://groups.google.com/d/msgid/mariadb-columnstore/47438a99-49ff-4827-85f3-ab309b099575%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "MariaDB ColumnStore" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to mariadb-columnstore+unsub...@googlegroups.com
> <mailto:mariadb-columnstore+unsub...@googlegroups.com>.