You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i want to synchronize in two nodes a table with a amount of 400000 rows. When i try it, the system never come back the JSON because the size of the data to send. There is not problem when y synchronize less info.
So, i want to know if there is a way to limit the amount of data of the JSON. The only table i want to sync have the next columns:
Subscriber_id
Date
Name
RowVer
RowId
I use MySQL like a primary node and SQLiteSync 3.2.3
Thanks
The text was updated successfully, but these errors were encountered:
Do you need all 400 thousands rows on mobile? There is no simple way to split package of 400 thousands to smaller packages.
You can limit amount of rows that are sent to device using filters. See https://docs.sqlite-sync.com/#filters
Yes, i need all the rows in all the devices so the filter cant help me. I try "create view FilterTest as select Node_id as pdaIdent, RowId from DBS_HISTORY LIMIT 100" but if the id of the device is not in the first 100 rows, then he didnt receive a data
Hi, i want to synchronize in two nodes a table with a amount of 400000 rows. When i try it, the system never come back the JSON because the size of the data to send. There is not problem when y synchronize less info.
So, i want to know if there is a way to limit the amount of data of the JSON. The only table i want to sync have the next columns:
I use MySQL like a primary node and SQLiteSync 3.2.3
Thanks
The text was updated successfully, but these errors were encountered: