Hi everybody,
Here is my problem:
I have a table in an Oracle database.
My Goal is to index each invoice once, and it's possible for some lines to be created with a 7 day delay.
Example : yesterday, a new line was added in my table with and older creation_invoice date.
So to be sure to get the line it, means that each day I have to get the data from the last 7 days. (I do not have a system creation date of each line) and use my creation_invoice date from timestamp.
The problem is when I get the data from the last 7 days, it will index some data which is already indexed.
I would like to index only the new line to avoid duplicate events.
Do you have any ideas ? I heard about kv stor,e but no idea if it can be help me.
Thanks in advance for yours answers.
Regards,
Jordan
... View more