Incremental query vs Regular query | Community
Skip to main content
Level 3
August 20, 2019
Solved

Incremental query vs Regular query

  • August 20, 2019
  • 2 replies
  • 4260 views

Hi,

I have a business case that need to send out the new subscriber on a daily basis. I am thinking to use the Incremental query to send email to new subscribers only. I wonder after one or two years later, will it slow down the workflow as it will need to find the new subscribers every time when the workflow runs.  Are there any downside using Incremental query?

Will it be easier just to use regular query and set subscriber create day = today?

Thanks,

Jason

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi Jason,

just keep option History in days on 0 (zero).

Table will be overwritten every time when query is executed.

Regards,

Milan

2 replies

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
August 21, 2019

Hi Jason,

just keep option History in days on 0 (zero).

Table will be overwritten every time when query is executed.

Regards,

Milan

Level 2
September 29, 2021

Hi @milan_vucetic! I know it's been some time since you looked at this question, but I would like to know something related to your answer 🙂 If I keep option History in days on 0, would it still exclude people who already received my email?

Thanks in advance!

Level 3
August 21, 2019

Hi Milan,

Thanks for your feedback!

Jason