You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing to a blockstore, the write might fail before the blockstore writes are "finalised/flushed". The API should support resuming writes, picking up where it left off.
This is a must for Ignite requirements.
The text was updated successfully, but these errors were encountered:
while each put should ensure the block is durable, we can assume that the need to resume is rare in comparison to the writes, so it is likely an acceptable tradeoff to not serialize the index until finalization, and instead re-generate the partial index of what has been written so far on resumption
When writing to a blockstore, the write might fail before the blockstore writes are "finalised/flushed". The API should support resuming writes, picking up where it left off.
This is a must for Ignite requirements.
The text was updated successfully, but these errors were encountered: