Hey,
Buckets act as a namespace only if you do not specify any properties for them.
They come into existence on demand, so there is currently no meaningful way to
delete them. I *heard* Basho was considering using DELETE to a bucket to empty
its contents.
- Adam
On May 21, 2010, at 6:24 PM
Hi there,
Is it default behavior in Riak (thru' the HTTP interface) that everytime
a GET request is issued, a bucket automatically gets created if one does
not exist?
Thru' the web interface, I basically did,
curl -v http://127.0.0.1:8091/riak/abcd1
curl -v http://127.0.0.1:8091/riak/abcd2
c