Posts tagged "nosql"

Article on using SolrCloud for low latency analytics. Example configs on GH.

—Jason

Great intro and short article on triplestores. It has tons of links to other resources. In particular, I thought these were pretty interesting:

—Jason

This looks pretty interesting.

“Phoenix is a SQL layer over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Phoenix takes your SQL query, compiles it into a series of HBase scans, and orchestrates the running of those scans to produce regular JDBC result sets. The table metadata is stored in an HBase table and versioned, such that snapshot queries over prior versions will automatically use the correct schema. Direct use of the HBase API, along with coprocessors and custom filters, results in performance on the order of milliseconds for small queries, or seconds for tens of millions of rows.”

Check out the performance numbers (compared against Hive and Impala)

via @akpurtell

—Jason