Current PALite implementation contains globals table with unused fields. This table stores LSN, as well. LSN is manually retrieved and incremented.
TODO:
- Remove obsolete fields from the globals table.
- Make LSN field auto-incremented to reduce number of queries.