On Wed, Jul 04, 2012 at 10:34:36AM +0200, Lionel Elie Mamane <[email protected]> 
wrote:
> Yes, but *which* statement that is depends on the underlying database
> engine. For example:
> 
>  * HSQLDB: "CHECKOPOINT DEFRAG;" will do it on the whole database
> 
>  * MySQL:  "OPTIMIZE TABLE foo, bar, qux;" will do it on tables foo,
>             bar and qux. To do on the whole database, need to list all
>           tables.
> 
>  * PostgreSQL: "VACUUM FULL ANALYZE;" will do it on the whole database

Ah, makes sense -- and handling that correctly would indeed require a
new API.
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to