Post Graphql - how large can create batches be?

Hi,

Every month we are going to do a large sync on price data. And to find the best approach we were wondering at what batch size the graphql API starts to struggle?

It is most relevant for the Create/Persist batch size :slight_smile:

Sondre

Hi, it is possible to create many objects at the same time, but I dont know what the limit is.

It would probably depend on the size and number of properties on the query.

// Erik

Cool, i guess i need to test the limits then!

1 Like

Please report your findings back!
Would be super useful for others to know.

// Erik