enis / gora

Gora has moved to Apache Incubator, please goto http://incubator.apache.org/gora/
http://incubator.apache.org/gora/
Apache License 2.0
22 stars 2 forks source link

TFile/MapFile backed avro store #14

Open enis opened 14 years ago

enis commented 14 years ago

We may benefit from an avro store which is backed by a map file / TFile. Unlike DataFile backed avro store, map files support random gets for keys, so some applications (such as tests, etc) can use this as the main data store.