What consistency does your key-value store actually provide?

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News What consistency does your key-value store actually provide?
# 1  
Old 10-23-2010
What consistency does your key-value store actually provide?

HPL-2010-98 What consistency does your key-value store actually provide? - Anderson, Eric; Li, Xiaozhou; Shah, Mehul; Tucek, Joseph; Wylie, Jay
Keyword(s): Consistency, graph algorithms, key-value stores
Abstract: Many key-value stores have recently been proposed as platforms for always-on, globally-distributed, Internet scale applications. To meet their needs, these stores often sacrifice consistency for availability. Yet, few tools exist that can verify the consistency actually provided by a key-value store ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Can any one provide shell script for this ...

• With this script, users will be able to o Enter into the recycle bin mode. During this mode, all files deleted will be sent to the recycle bin. The recycle bin will be common to all users. o View contents of the recycle bin (his/her file(s) only). o Retrieve a particular file from the recycle... (3 Replies)
Discussion started by: bhavana busetty
3 Replies

2. Shell Programming and Scripting

Shell Script @ Find a key word and If the key word matches then replace next 7 lines only

Hi All, I have a XML file which is looks like as below. <<please see the attachment >> <?xml version="1.0" encoding="UTF-8"?> <esites> <esite> <name>XXX.com</name> <storeId>10001</storeId> <module> ... (4 Replies)
Discussion started by: Rajeev_hbk
4 Replies

3. Shell Programming and Scripting

Provide 2 inputs when prompts

Hi All, I am a novice to UNIX, i need to know is there a way to provide 2 inputs when the shell prompts and i need to assign those 2 values to 2 separate variables. I dont want to give those values as a arguments (while running the script). Thanks in advance!! (1 Reply)
Discussion started by: prasanna2166
1 Replies

4. Shell Programming and Scripting

How to provide password?

Hi , I am trying to unzip some file in a dir using shell script ,but it prompts for password to unzip those files ,how would i provide the passoword in the script it self (1 Reply)
Discussion started by: vikatakavi
1 Replies

5. Solaris

Solaris 8 ssh public key authentication issue - Server refused our key

Hi, I've used the following way to set ssh public key authentication and it is working fine on Solaris 10, RedHat Linux and SuSE Linux servers without any problem. But I got error 'Server refused our key' on Solaris 8 system. Solaris 8 uses SSH2 too. Why? Please help. Thanks. ... (1 Reply)
Discussion started by: aixlover
1 Replies

6. Shell Programming and Scripting

consistency in unix files

hi all, problem 1.) i want to change the content of the file and save with the same name i get the solution like do a sed on that file and mv to same location. IS there any alternative solution of this??? problem 2) in this senario multiple scripts using a single file each script changes the... (1 Reply)
Discussion started by: narang.mohit
1 Replies

7. Shell Programming and Scripting

store key value

Hi All, I have a string like echo $var D_PROC=20080723 I_REPROC=N C_TYPE_FILE=INBOUND Now I want it be stored in an associative array so that when we echo $arr it should be 20080723 (5 Replies)
Discussion started by: thana
5 Replies

8. UNIX for Dummies Questions & Answers

Pressing backspace key simulates enter key

Hi, Whenever i press the backspace key, a new line appears, i.e. it works like a enter key. :confused: Thanks (2 Replies)
Discussion started by: vibhor_agarwali
2 Replies
Login or Register to Ask a Question
CYR_DBTOOL(8)						      System Manager's Manual						     CYR_DBTOOL(8)

 *

NAME
cyr_dbtool - manage Cyrus databases SYNOPSIS
cyr_dbtool [ -C config-file ] [ -n ] <db file> <db backend> <action> [ <key> ] [ <value> ] DESCRIPTION
cyr_dbtool is used to manage a cyrusdb file. The usable actions are: show [<prefix>] get <key> set <key> <value> delete <key> consistency You may omit key or key/value and specify one per line on stdin. Keys are terminated by tab or newline, values are terminated by newline. Running without any options will list the available database backends and usable actions. The 'consistency' command runs a consistency check on the DB by calling cyr_dbtool reads any applicable configuration options out of the imapd.conf(5) file unless specified otherwise by -C. note that the file locations are NOT read out of the configuration file, and must be supplied on the command line. OPTIONS
-C config-file Read configuration options from config-file. -n Create the database file if it doesn't already exist. FILES
/etc/imapd.conf SEE ALSO
imapd.conf(5) CMU
Project Cyrus CYR_DBTOOL(8)