Wesley Henrique Forti a écrit : > One more question. > > Is there any problem do not install any RDBMS? If it´s safety, I´d like > to keep using HSQL embedded server.?
HSQL is a toy database engine where all the content of the database is loaded in memory while running. It's not meant to be used for big production databases. If you have a power cut you might loose all the changes since last server restart. Please also note that by default documents are not stored in HSQL but on the filesystem thanks to the default persistence manager of jackrabbit. HSQL is used by default to store workflow processes, users, groups, relations between documents and comments. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
