Hi @zvictor
Data Stores are still a Preview feature, and we’re working to improve the guard rails so you t won’t hit these limitations.
It’s intended to be a convenient key => value data store, not a full fledged database. If you find yourself needing to iterate over a large amount of records to perform updates, you may be exceeding the use case for Data Stores.
We have pre-built actions for popular databases such as Postgres, MySQL, MongoDb, and DynamoDB. Any of these can be connected to your Pipedream workflows and have conditional updating actions that might better fit your purpose.