Skip to content
feiben edited this page Jan 19, 2016 · 7 revisions

Two variables decide how LunarBase runs:

As a transaction Logger:

full_index_mode = off
rt_mode = off

As a real time database:

full_index_mode = off
rt_mode = on

As a full indexed database, which means every property of any record is searchable

full_index_mode = on
rt_mode = off

Both real-time and full indexed:

full_index_mode = on
rt_mode = on

Clone this wiki locally