rocksdb/include/utilities
Dhruba Borthakur 4031b98373 A GIS implementation for rocksdb.
Summary:
    This patch stores gps locations in rocksdb.

    Each object is uniquely identified by an id. Each object has
    a gps (latitude, longitude) associated with it. The geodb
    supports looking up an object either by its gps location
    or by its id. There is a method to retrieve all objects
    within a circular radius centered at a specified gps location.

Test Plan: Simple unit-test attached.

Reviewers: leveldb, haobo

Reviewed By: haobo

CC: leveldb, tecbot, haobo

Differential Revision: https://reviews.facebook.net/D15567
2014-03-28 15:26:44 -07:00
..
backupable_db.h Rate limiter for BackupableDB 2014-03-24 11:38:44 -07:00
geo_db.h A GIS implementation for rocksdb. 2014-03-28 15:26:44 -07:00
stackable_db.h Add ReadOptions to TransactionLogIterator. 2014-02-28 11:50:36 -08:00
utility_db.h Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 2013-10-06 00:14:26 -07:00