Home Features Demos Download Installation User Manual Developer Manual Relation function Credits

Anmelden

Queries file format

Query files are the cache of the swFilter function. The filename is an md5 of the query.
For each query, multiple files are created

  • A header file in fields syntax with the following fields
    • filter SELECT syntax
    • mode query
    • namespace
    • overtime
    • chunks
    • bitmap swBitmap serialisation
      • length
      • state
      • touched
      • map (empty)
      • maphex hex value of bitmap
  • One or more chunk files each for 10'000 revisions with a serialisation of the revisions array. The key of the revisions array is the revision number and a serial number for the row starting at 0 (there can be more than one row per revision).

Defined in /inc/filter.php