Voltdb
creates set of default procedures on tables with primary keys (like HELLO_WORLD.insert
, HELLO_WORLD.upsert
, HELLO_WORLD.delete
etc).
Are these procedures partitioned if my HELLO_WORLD table is partitioned? .
I couldn't find any documentation on default procedure partitioning.