Is there a way to save hundreds of thousands of items on Xodus quickly? Some sort of batch feature where we can specify a very big transaction for that?
The goal here is to update a large set of entities during an ingestion phase. We usually approach this by deleting all the items that will be updated and then add them again. Is there a way to delete an entity without finding it first (like a delete from
from MySQL)? If this is not the recommended way to do this in Xodus' Entity Store, what is the recommended way?
Cheers