byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Implement bulk loading #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Terrastore should implement documents bulk loading: that is, a way to insert 
more documents with a single call.

Bulk loading shouldn't anyways provide any atomicity or isolation guarantee.

Original issue reported on code.google.com by sergio.b...@gmail.com on 16 Dec 2010 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 12 Mar 2011 at 9:39

GoogleCodeExporter commented 9 years ago
Issue 163 has been merged into this issue.

Original comment by sergio.b...@gmail.com on 12 Mar 2011 at 9:43

GoogleCodeExporter commented 9 years ago
Implemented.
Exposed as follows: POST /bucket/bulk/put

Not sure about the URL, which contains the operation name in order to 
disambiguate with bulk get.

Original comment by sergio.b...@gmail.com on 19 Mar 2011 at 7:18

GoogleCodeExporter commented 9 years ago
cool!

1) how does it look in java api?

2) do you have a maven snapshot or do I have to build myselv?

thanks.

Original comment by Andrei.Pozolotin on 19 Mar 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Hey Andrei,

the Java Client doesn't currently provide bulk put/get APIs: I'll add them in 
the next few days.

Original comment by sergio.b...@gmail.com on 20 Mar 2011 at 9:45

GoogleCodeExporter commented 9 years ago
Implemented on Java Client too: see issue 172.

Original comment by sergio.b...@gmail.com on 26 Mar 2011 at 4:58