2

Moralis API Delta Functionality

  • Held for moderation
  • Open

Avatar
Simon B

Currently, a client cannot pull just the latest updates from Moralis API endpoints. A client must pull the _entire_ data set to get just the newest entries. This poses significant scaling issues for clients as endpoints could have hundreds of thousands of entries which continue to grow each day.

A delta mechanism may be implemented which would allow Moralis server load to remain low while giving clients access to just the latest entries. See the diagram attached.


A