I know that in Microsoft Access there is a mechanism called Repair Database, which as result optimizes the performance and the size of the database.
Is there any similar mechanism in SQL Anywhere?
We have currently problems of database size (some gigabytes), and we know that the actual data is not that big, but the most of size is 'debris' remaining from INSERT and DELETE
Request clarification before answering.
You can use dbinfo or various system procedures to check for free pages, and you can use reorganize table for a running database or a complete reload to minimize size. There are many FAQ here related to this topic.
Aside: Having used MS Access as a database in former times, I would really refrain from comparing it and its "repair mode" to a "real" database system like SQL Anywhere...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. That's the only way to reduce the database size.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.