On Sat, 24 Apr 2021 at 06:52, Alex Ramos <atra...@gmail.com> wrote:

> I've come down to a decision-point with three choices... 1) reimplement
> MVStore abstraction, 2) reimplement filesystem abstraction used by MVStore,
> or 3) implement pluggable tables, one layer up.
>
>
>
MVStore is a "transactional key-value store", not merely key-value, so just
bear that in mind.

Pluggable tables are probably the easiest.
Another option is CREATE LINKED TABLE if you have a JDBC driver for your
cloud store.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/CAFYHVnUq_KbXirjyGJmNmxeQq_-mn3UisNjLLH4_zPq%2BgQ6x%2Bw%40mail.gmail.com.

Reply via email to