Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bulkDelete fails with RequestTimeout error #40

Open
sakamati opened this issue Sep 3, 2019 · 0 comments
Open

bulkDelete fails with RequestTimeout error #40

sakamati opened this issue Sep 3, 2019 · 0 comments

Comments

@sakamati
Copy link

sakamati commented Sep 3, 2019

I am using bulkDelete stored procedure to delete stale data. This stored procedure fails with the error message - "The requested operation exceeded maximum alloted time."

I am guessing this is happening only when I execute the stored procedure on a partition that has huge data (close to 10 GB). I have executed this SP on a partition that has relatively less data and was working fine. Is there any problem with the way I am consuming the SP or is there any constraints for this SP?

The query I use to pass to this SP is

SELECT c._self FROM c WHERE c.documentType = 'DocumentType' and c.payload.NextExecution < '2019-03-01' and c.payload.NextExecution >= '2019-01-01'

Looking forward for your help.

@sakamati sakamati changed the title bulkDelete fails with RequestTimeout bulkDelete fails with RequestTimeout error Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant