NexentaStor 1.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NexentaStor 1.1.1 (Default branch)
# 1  
Old 12-11-2008
NexentaStor 1.1.1 (Default branch)

Image NexentaStor leverages the ZFS file system and is optimized for use in 2nd-tier NAS and iSCSI applications requiring open, low cost, high performance storage as well as dramatically simplified provisioning, expansion, backup, replication, and archiving. It is also used as a primary NAS in businesses that wish to expand at closer to commodity pricing. It supports unlimited snapshots, snapshot mirroring (replication), block level mirroring, integrated search, and easy management of extremely large storage pools. License: Other/Proprietary License with Free Trial Changes:
Based on OpenSolaris build 104 with multiple stabilization fixes. CIFS workgroup mode has major improvements. ATA Over Ethernet has major improvements. A 64bit-installer. Xen/domU installer support. DTrace integration. ZFS ARC statistics. VM DataCenter has major improvements (iSCSI date storage, templating, etc.). Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TARANTOOL_BOX(1)				     high performance key/value storage server					  TARANTOOL_BOX(1)

NAME
tarantool_box - open-source NoSQL database SYNOPSIS
tarantool_box [OPTIONS] DESCRIPTION
Tarantool is an open-source NoSQL database, developed by Mail.ru. Its key properties include: o Licence: simplified BSD o All data is maintained in RAM o Data persistence is implemented using Write Ahead Log and snapshotting o Supports asynchronous replication and hot standby o Uses coroutines and asynchronous I/O to implement high-performance lock-free access to data o Available on Linux and FreeBSD o Stored procedures in Lua are supported. Data model The basic atom of storage in Tarantool is called tuple. A tuple can have arbitrary number of fields. The first field in the tuple is always the identifying unique key. Tuples form spaces. It is possible to search tuples in spaces using the primary or secondary keys. Fields in a tuple are type-agnostic. It is possible to change, as well as add or remove fields. Command-line options --cfg-get=KEY Returns a value from configuration file described by KEY. --check-config Checks configuration file for errors. -c FILE, --config=FILE Points a path to configuration file (default: /etc/tarantool.cfg). --cat=FILE Cats snapshot file to stdout in readable format and exits. --init-storage Initializes storage (an empty snapshot file) and exits. -v, --verbose Increases verbosity level in log messages. -B, --background Redirects input/output streams to a log file and runs as daemon. -h, --help Displays helpscreen and exits. -V, --version Prints program version and exits. perl v5.14.2 2012-06-29 TARANTOOL_BOX(1)