InfoQ Homepage Key-Value Store Content on InfoQ
-
Concept and Object Modeling Notation for Data Modeling NoSQL Databases
Ted Hills hosted a workshop at the recent Data Architecture Summit 2018 Conference about data modeling for relational and NoSQL databases. He said that the NoSQL movement helped the database community realize two things. First, not every application needs ACID properties. Second, the tabular data organization is still a good choice for much data, although not for all datasets.
-
Lessons Learned from Eight Years of Using NoSQL
NoSQL database adoption in a large organization takes significant effort and time for the transition from using relational database models to NoSQL databases. Mike Bowers, Enterprise Data Architect at LDS Church, spoke at the recent Enterprise Data World Conference about lessons learned from eight years of using NoSQL databases.
-
Basho Technologies Releases Riak TS NoSQL Database to Store and Analyze Time Series Data
Basho Technologies releases Riak TS distributed NoSQL database to store and analyze time series data. Basho team recently announced at AWS re:invent event, the availability of Riak TS which is optimized for reads and writes of time series data.
-
LinkedIn Open Sources PalDB, a Read-only Key-value Store
LinkedIn has open sourced PalDB, an embeddable read-only key value store, 8 times faster than LevelDB and taking several times less memory than a hashset.
-
Basho Riak - NoSQL Key Value Store Designed for Scale
Basho Riak is one of the few NoSQL key value stores that is tackling the big problems relating to performance and scalability. InfoQ spoke to Basho CTO Dave McCrory to get some insight about the underlying technologies and strategies.
-
Aerospike Open Sources Their In-memory NoSQL Database
Aerospike has open sourced their NoSQL database under the AGPL 3.0 license. This license requires that any improvements to the source code to be submitted back to the trunk. The source code of the Aerospike server and related tools is available on GitHub.
-
Facebook Announces Apollo, a New NoSQL Database for On-line Low Latency Storage
Speaking at QCon New York on Wednesday Jeff Johnson, from the core data group at Facebook, announced Apollo, Facebook’s Paxos-like NoSQL database. Written in C++11 on top of the Apache Thrift 2 RPC framework, Apollo is a hierarchical storage system where all the data is split into shards, very much analogous to region servers in HBase.
-
Oracle NoSQL Database 3.0 Supports Table Data Model and Secondary Indexing
The latest version of Oracle NoSQL Database supports tabular data model, secondary indexing, security enhancements via Oracle Wallet integration, and data center enhancements. Oracle recently announced the release of version 3.0 of the distributed key-value database.
-
NuoDB 1.1 Targets .NET Developers
NuoDB 1.1 includes a ADO.NET driver, LINQ and EF providers, support for Windows 64-bit and Azure, performance improvements.
-
Riak NoSQL Database: Use Cases and Best Practices
Riak is a key-value based NoSQL database that can be used to store user session related data. Andy Gross from Basho Technologies recently spoke at QCon SF 2011 Conference about Riak use cases. InfoQ spoke with Andy and Mark Phillips from Basho team about Riak database features and best practices when using Riak.
-
Oracle Joins the NoSQL Club
Oracle has announced the Big Data Appliance running with Oracle NoSQL Database, a new key-value store based on Oracle Berkeley DB Java Edition. Some of features include: billions of rows of storage capacity in records and terabytes in B-tree, ACID transactions, CRUD, sharding, no single point of failure, disaster recovery via datacenter replication.