+ All Categories
Home > Technology > Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Date post: 26-Jan-2015
Category:
Upload: datastax
View: 108 times
Download: 1 times
Share this document with a friend
Description:
An Introduction to Cassandra Query Language Speaker: Matt Stump, Solutions Architect at DataStax Matt is currently a solutions architect at DataStax and is the author of the forthcoming "Cassandra: A Beginner's Guide" published by Packt. He has an extensive background in high performance computing working with companies such as SourceNinja and Symantec. He brings a wealth of knowledge not only in Cassandra, but also in Solr, as he was an extremely early implementer of the technology.
Popular Tags:
21
Making things easy with CQL3 Matt Stump DataStax
Transcript
Page 1: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Making things easy with CQL3

Matt StumpDataStax

Page 2: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 3: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 4: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 5: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Column Family

Page 6: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

ColumnFamily =

SQL Table

Page 7: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Column Family Column Family

Keyspace

Page 8: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Keyspace is a collection of ColumnFamilies

Page 9: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 10: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Columns are sorted

Page 11: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Columns are sorted

Page 12: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 13: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 14: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 15: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 16: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 17: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 18: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 19: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language
Page 20: Cassandra Community Webinar | Make Life Easier - An Introduction to Cassandra Query Language

Recommended