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
I have several huge tables with primitive versioning. Actual data are in the end of table, so I prefer to sync from end of table to beginning but there are no such option.
I found orderBy($primaryKey) line but not sure it's correct thing to change this line without changing something #else.
The text was updated successfully, but these errors were encountered:
Its an interesting question, and I can see the value of wanting to start from the end of the table but I don't think it would be quite as simple as changing the order when fetching the values for the primary key.
Hi!
I have several huge tables with primitive versioning. Actual data are in the end of table, so I prefer to sync from end of table to beginning but there are no such option.
I found orderBy($primaryKey) line but not sure it's correct thing to change this line without changing something #else.
The text was updated successfully, but these errors were encountered: