How To Quickly Backup HSQLDB Database… Come rapidamente il backup del database HSQLDB…
HSQLDB is a high performance RDBMS written in pure Java. HSQLDB è un RDBMS ad alte prestazioni scritto in puro Java. It can be used as a in-memory database or regular file based database. Può essere utilizzato come in memoria di database o file regolare basata banca dati. It can also create a read-only database out of any CSV files. E 'inoltre possibile creare una sola lettura di database di qualsiasi file CSV. HSQLDB is the database used with OpenOffice. HSQLDB è il database utilizzato con OpenOffice. The steps to quickly and safely backup HSQLDB Database are: Le misure che il modo rapido e sicuro di backup del database HSQLDB sono:
- Run the SQL command CHECKPOINT on the database before taking a backup. Eseguire il comando SQL Checkpoint sulla base di dati prima di prendere una copia di backup.
- Then backup the following files only: dbname.script, dbname.backup, dbname.properties and dbname.log. Quindi il backup dei seguenti file solo: dbname.script, dbname.backup, dbname.properties e dbname.log. You do not need to backup dbname.data as it can be reconstructed automatically from dbname.backup. Non è necessario effettuare il backup dbname.data in quanto può essere ricostruita automaticamente da dbname.backup.
Note: dbname should be replaced with the actual name of your database Nota: dbname dovrebbe essere sostituito con il nome del database
You can also use “shutdown compact” to compact & shutdown the database before a backup if that is feasible. È anche possibile utilizzare "shutdown compatto" per compattare e spegnere il database prima di un backup se questo è fattibile.
You can use any standard compression programs like gzip, zip or bzip2. È possibile utilizzare uno standard di compressione programmi come gzip, bzip2 o zip. “bzip2 -9″ should be used for maximum compression. "Bzip2 -9" deve essere utilizzato per la massima compressione.
The backup file will not compress much as it is already compressed. Il file di backup non comprimere molto di quanto è già compressi.
HSQLDB creates memory tables by default unless the tables are explicitly marked as cached while creation. HSQLDB crea memoria tabelle per impostazione predefinita a meno che le tabelle sono esplicitamente come cache, mentre la creazione. Contents of memory tables are stored in the script file which is highly compressible. Contenuto della memoria tabelle sono memorizzate nel file di script che è altamente comprimibile.
Filed under Elencato sotto Database Banca dati , HSQLDB , Headline News Headline News , How To Come , Java Software Software Java , Linux , Open Source Software Software open source , Programming Programmazione , RDBMS , Web , Web 2.0 2,0 web , Web Services Servizi Web , Windows | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |



