hibari / gdss-brick

http://hibari.github.com/hibari-doc/
Other
11 stars 2 forks source link

brick_server new client API - copy/6 #18

Open tatsuya6502 opened 10 years ago

tatsuya6502 commented 10 years ago

To help a client application to implement "copy on write" snapshot feature, add the following lightweight server-side operations. These operations should be very efficient because they are metadata-only operations and do not have to read/copy the value on a disk.

Limitation:

Design Notes:

tatsuya6502 commented 10 years ago

Set the target milestone to v0.3.0.