I would use something other than the page itself as the key. Maybe a filename, something smaller.
Then you could use a LongType comparator for the columns and use the page number for the column name, the value being the contents of the files. On Wed, Jul 11, 2012 at 1:34 PM, Tomek Hankus <tom...@gmail.com> wrote: > Hi, > at the moment I'm doing research about keeping "linked/connected file > list" in Cassandra- e.g. PDF file cut into pages (multiple PDFs) where > first page is connected to second, second to third etc. > This "files connection/link" is not specified. Main goal is to be able to > get all "linked files" (the whole PDF/ all pages) while having only key to > first file (page). > > Is there any Cassandra tool/feature which could help me to do that or the > only way is to create some wrapper holding keys relations? > > > Tom H > > >