Example: Log Store Migration

In CCL, the Aleri log store element migrates to a CREATE LOG STORE statement. By default, the reservepct, indexsizehint, sync, and ckcount properties are set.

AleriML:

<Store id="events" kind="log" fullsize="1024" file="store/events" />

CCL:

CREATE  LOG  STORE events PROPERTIES  FILENAME ='store/events',  MAXFILESIZE =1024,  RESERVEPCT =20,  SYNC = false ,  CKCOUNT =10000,  INDEXSIZEHINT =8;