Track info

Each passing record can by extended by a track info for easy querying in database. The track info is collected as an additional parameter and stored with each passing record.

  --trackId <trackId>
      Value of the track id for passing records
  --trackName <trackName>
      Value of the track name for passing records
  --trackLayoutId <trackLayoutId>
      Value of the track layout id for passing records
  --trackLayoutName <trackLayoutName>
      Value of the track layout name for passing records

All parameters are optional and can be used separately. The value is stored in i single database column a JSON. MySql, Postgres and MongoDB can handle this. Sql and Mongo DB query language can parse the value in the where statement.