magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

CheckSum for all Entities within core entity table #343

Open tschirmer opened 1 year ago

tschirmer commented 1 year ago

We're finding syncing can be quite a task because we need to fetch all records with large joins on the database to see what's changed. Without webhooks, or creating a module the api requires a fetch of all products to determine if an update's needed.

If all objects (orders, products, attributes, attribute values, etc.) would have a type of checksum or hash to check against, we could save a huge amount of database load by only fetching the checksum and the entity id via the api, and comparing it to the last sync.

m2-assistant[bot] commented 1 year ago

Hi @tschirmer. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this