Store Element

See how the store element migrates from AleriML to CCL.

AleriML has three types of stores: stateless, memory, and log. CCL has only two types: memory and log. In CCL, the Aleri memory store migrates to a CREATE MEMORY STORE statement, and the Aleri log store migrates to a CREATE LOG STORE statement.