Question
Are there any plans to add support for PostgreSQL support?
Solution
PostgreSQL has excellent rollback ability in itself, using Write-Ahead-Logging, so consistency is not such a concern as it is in other types of databases.
PostgreSQL can easily be restored using our software without the need for a sync-lock-freeze-snapshot-release process like we do with other SQL databases.
Labels:
None