Thanks for your kind responses. I have a scenario where I create very large repositories of objects (documents actually) and host them for long term review (10’s to 100’s of millions) and I am trying to determine whether I can leverage a NoSQL system to improve my scalability. The queries on date/meta-data work really well, but occasionally I need to be able to perform fairly large deletions, entire populations of data, or large #’s of items based upon a key for example (e.g. all documents before a certain date/time for example). Give the volume and size of data, the deletion issue is fairly important to me that it can run in a defined time frame. Getting the time outs while trying to delete only 500K items makes me think I would have to use the embedded client API to work directly with the server(s).
Sincerely yours,
Michael Wade
CTO/EVP
Planet Data Solutions
Direct: (720) 851-2295
Office: (914) 593-6900
Mob: (914) 886-3620
For this particular case yes. Although in the future I will be doing selective deletions.
Sincerely yours,
Michael Wade