Research Article

QRFXFreeze: Queryable Compressor for RFX

Algorithm 1

Algorithm for the Data Organizer.
()   Let point to the Element Data Table in RFX Compact storage structure;
()   Let point to the Attribute Data Table in RFX Compact storage structure;
()   while another data element exists in do
()    if container for data element ID exists
   put the data into the container with identifier equal to data ID
()    else
   create new container with identifier as the element data ID
()    endif
()   go to step ()
()   while another attribute data exists in do
()   if container for attribute data ID exists
     put the data into the container with identifier equal to data ID
() else
   create new container with identifier as the attribute data ID
() endif
() go to step ()
() done