Storage analyzer: Difference between revisions

Jump to navigation Jump to search
Line 99: Line 99:
=== Tips to consider ===
=== Tips to consider ===


* Do you need empty table columns? Their cause a small penalty both in local database operations and in server fetches.
* Do you need empty table columns? They cause a small penalty both in local database operations and in server fetches.
* Do you need empty entities? Each such entity needs 1 fetch during synchronization.
* Do you need empty entities? Each such entity needs 1 fetch during synchronization.
* Label "-> !!" marks tables whose analysis took a long time (right now "too long" means 1+ second). The reason is usually too many rows or too many columns. (Or an older, slower device.)
* Label "-> !!" marks tables whose analysis took a long time (right now "too long" means 1+ second). The reason is usually too many rows or too many columns. (Or an older, slower device.)

Navigation menu