Replies: 1 comment 1 reply
-
Good one but I believe this is a question to raise in the YesSQL repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if there is any way to update an existing MapIndex instead of deleting it and adding it.
I'm currently facing the issue that the index table has an Integer Id with a limited max value.
I'm keeping track of certain crypto coins and storing them in the database. Using a websocket I'm receiving the latest prices continually of a specific coin which I will then save to the database. Currently my ID of the index table increments rather quickly, as I'm updating the Document record frequently.
What I fear is that I will reach the limitations of the int ID quickly this way.
TLDR:
Is there any way to let an IndexProvider update an existing MapIndex record, instead of deleting + adding.
The ID distance between yesterday's price candle index and today:

Beta Was this translation helpful? Give feedback.
All reactions