• I
    JSON (Document) API sketch · f0a8be25
    Igor Canadi 提交于
    Summary:
    This is a rough sketch of our new document API. Would like to get some thoughts and comments about the high-level architecture and API.
    
    I didn't optimize for performance at all. Leaving some low-hanging fruit so that we can be happy when we fix them! :)
    
    Currently, bunch of features are not supported at all. Indexes can be only specified when creating database. There is no query planner whatsoever. This will all be added in due time.
    
    Test Plan: Added a simple unit test
    
    Reviewers: haobo, yhchiang, dhruba, sdong, ljin
    
    Reviewed By: ljin
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D18747
    f0a8be25
Makefile 21.0 KB