10,729
edits
Line 99: | Line 99: | ||
=== Tips to consider === | === Tips to consider === | ||
* Do you need empty table columns? | * 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.) |