10,729
edits
Line 88: | Line 88: | ||
* Do you need empty tables? They usually represent entities and each such entity needs 1 fetch during synchronization. | * Do you need empty tables? They usually represent entities and 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.) | ||
* For tables containing too many records: | * For tables containing too many records: Consider decreasing the row count by designing a stronger [[sync filter]]. | ||
== BlobStore report == | == BlobStore report == |