Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[master < T945] Add periodic iterate docs #945

Merged
merged 7 commits into from
Jul 21, 2023
Merged

Conversation

Josipmrden
Copy link
Contributor

Description

This is a new query module which helps users executed difficult and complex queries by batching results of one query into another.

Pull request type

Please delete options that are not relevant and check the ones that are.

  • New documentation page

Checklist:

  • I checked all content with Grammarly
  • I performed a self-review of my code
  • I made corresponding changes to the rest of the documentation
  • The build passes locally
  • My changes generate no new warnings or errors

@Josipmrden Josipmrden changed the title Add periodic iterate docs [master < T945] Add periodic iterate docs Jun 28, 2023
Comment on lines 40 to 44
:::caution
This module breaks the isolation levels in the database, as the results are batched and executed in different transactions. Do
not consider the query which executes this procedure to be aligned with set isolation level of the database, as every executed batch
is committed by itself. An issue while running this procedure will not result in rollbacking batches of committed results.
:::
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this true for the whole query or just this procedure? Consider moving this to the introduction

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is only one procedure here. So I'd say both hold true

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are currently no plans to expand this module with more procedures, i would just write the whole warning in the intro if that's ok with you :) (i can do it, just give me the thumbs up)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave myself a thumbs up :D if it's a problem i'll chang it back

@vpavicic vpavicic added status: change PR reviewed - needs changes and removed status: ready PR is ready for review labels Jun 28, 2023
Copy link
Collaborator

@vpavicic vpavicic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some lang changes + a Q about the warning

@Josipmrden Josipmrden requested a review from vpavicic June 28, 2023 10:34
@vpavicic vpavicic added status: ship it PR approved and removed status: change PR reviewed - needs changes labels Jun 28, 2023
@vpavicic vpavicic merged commit 11915a6 into master Jul 21, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants