I am using volt db community edition and I am creating the tables in volt db database. Once I restart the server all tables stored in database are deleted. How to save the tables permanently in volt db database using command line?
Asked
Active
Viewed 140 times
2 Answers
1
VoltDB Community Edition does not include any durability features. Those are found in the Enterprise and Pro editions, available at voltdb.com.
Disclaimer: I work for VoltDB.

elixenide
- 44,308
- 16
- 74
- 100

BenjaminBallard
- 1,482
- 12
- 11
0
Just shutdown the server with the command:
voltadmin shutdown --save
This will create a snapshot that the system use to restore the database on restart. I am also using the community edition, I have tried it and seems to work. Hope it's still useful :)
References are here: Official Documentation
Disclaimer: I don't work for VoltDB and I don't want to sel my product.

Umberto
- 31
- 4