polypheny / Polypheny-DB

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
https://polypheny.org
Apache License 2.0
122 stars 82 forks source link

Backup development #496

Open flurfis opened 5 months ago

flurfis commented 5 months ago

Summary

A backup and restore feature was added. The feature covers schema information and data entries. A full backup of all data is created.

Changes

The backup and restore implementation is mainly isolated from the rest of the code, so apart from the new features, no significant changes to the existing architecture were made.


Features


Tests

Apart from a test that evaluates how the backup and restore functionality performs with different batch sizes and different data volumes, no tests were implemented.


ToDo