Querying Riak Just Got Easier - Introducing Secondary Indices
by Rusty Klophaus
- 16,094 views
This presentation introduces new Riak KV functionality called Secondary Indexes. Secondary Indices allows a developer to retrieve data by attribute value, rather than by primary key....
This presentation introduces new Riak KV functionality called Secondary Indexes. Secondary Indices allows a developer to retrieve data by attribute value, rather than by primary key.
Currently, a developer coding outside of Riak’s key/value based access must maintain their own indexes into the data using links, other Riak objects, or external systems. This is straightforward for simple use cases, but can add substantial coding and data modeling for complex applications. By formalizing an approach and building index support directly into Riak KV, we remove this burden from the application developer while preserving Riak’s core benefits, including scalability and tolerance against hardware failure and network partitions.
The presentation covers usage, capabilities, limitations, and lessons learned.
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 21
- Downloads
- 133
- Comments
- 3
- Embed Views
- Views on SlideShare
- 15,921
- Total Views
- 16,094
In the RDBMS world it's very common to add an index to solve performance problems or facilitate a newly added query. Being unable to do this would be a serious drawback. 1 year ago