memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
255 stars 26 forks source link

[master < T221] Periodic iterate module #221

Closed Josipmrden closed 1 year ago

Josipmrden commented 1 year ago

Description

In the pull request, periodic.iterate module has been added to support periodic transactions over a query. It helps when having to allocate a lot of deltas that need to be read all over again during the each passing of the operator tree.

Pull request type

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

######################################

antoniofilipovic commented 1 year ago

@Josipmrden fix comments which @as51340 suggested, but otherwise looks good to me after that is fixed

Josipmrden commented 1 year ago

@vpavicic I still need docs for this, will do tomorrow

vpavicic commented 1 year ago

@vpavicic I still need docs for this, will do tomorrow

@Josipmrden release note as well please thank you you're awesome

vpavicic commented 1 year ago

@Josipmrden ok? When executing complex queries, the period module allows batching results from one query into another to improve execution time.