Re: Storage structure question

2016-11-22 Thread Aaron D. Mihalik
Good questions. Putting all of the information in the Row ID seems like a common pattern for composite indices in Accumulo, but I went back to the original Rya Paper [1] to pull out the reasoning: """ All the data for the triple resides in the Accumulo Row ID. This offers several benefits: 1) by

Storage structure question

2016-11-21 Thread Greg Clark
As I understand, Rya stores triples entirely in the row id in Accumulo. Why? Are entries stored this way to avoid overloading rows? Is the storage configurable; that is, could I set a flag to allow triples to be stored with one part of the triple in the row id, one part in the column family, and