Hi Team, I am trying to setup a q service with multithreaded input queue
mode to serve data from disk. Disk has partitioned data by a unit, and
each query will only access the data from that unit. A unit of data can
be added /deleted during runtime i...