In this lesson we will:
- Lesson contents 1
- Lesson contents 2
- Lesson contents 3
Log Table Engine Family
The Log Table Engines are optimised for the situation where we have a continuous stream of data which is added to the end of a table in an append only format.
This family of engines are also easy to create tables, so they are suitable for the situation where we need to rapidly create tables.
Tinylog
Tinylog is the simplest.
Log Table Engine
The Log table
Stripelog
Stores all data in one file.