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
SMBTA-UTIL(8)						    System Administration tools 					     SMBTA-UTIL(8)

NAME
smbta-util - control encryption in VFS smb_traffic_analyzer SYNOPSIS
smbta-util smbta-util [COMMANDS...] DESCRIPTION
This tool is part of the samba(1) suite. smbta-util is a tool to ease the configuration of the vfs_smb_traffic_analyzer module regarding data encryption. The user can generate a key, install a key (activating encryption), or uninstall a key (deactivating encryption). Any operation that installs a key will create a File containing the key. This file can be used by smbta-tool on other machines to install the same key from the file. COMMANDS
-h Show a short help text on the command line. -f KEYFILE Open an existing keyfile, read the key from the file, and install the key, activating encryption. -g KEYFILE Generate a new random key, install the key, activate encryption, and store the key into the file KEYFILE. -u Uninstall the key, deactivating encryption. -s Check if a key is installed. -c KEYFILE Create a KEYFILE from an installed key. VERSION
This man page is correct for version 3.4 of the Samba suite. AUTHOR
The original version of smbta-util was created by Holger Hetterich. The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 3.6 03/29/2010 SMBTA-UTIL(8)