rocksdb/utilities/lua
Yueh-Hsuan Chiang 647eafdc21 Introduce Lua Extension: RocksLuaCompactionFilter
Summary:
This diff includes an implementation of CompactionFilter that allows
users to write CompactionFilter in Lua.  With this ability, users can
dynamically change compaction filter logic without requiring building
the rocksdb binary and restarting the database.

To compile, WITH_LUA_PATH must be specified to the base directory
of lua.
Closes https://github.com/facebook/rocksdb/pull/1478

Differential Revision: D4150138

Pulled By: yhchiang

fbshipit-source-id: ed84222
2016-11-16 15:39:12 -08:00
..
rocks_lua_compaction_filter.cc Introduce Lua Extension: RocksLuaCompactionFilter 2016-11-16 15:39:12 -08:00
rocks_lua_test.cc Introduce Lua Extension: RocksLuaCompactionFilter 2016-11-16 15:39:12 -08:00