mir-pucrs/smartix-rl

Implement different state features

gabrielplicks opened this issue · 0 comments

There will be 3 types of features that can be aggregated to the state:

  1. The index configuration bitmap (always present) (n_columns dimension)
  2. The count of hypothetical indexes that can help the window workload (n_columns dimension)
  3. The count of inserts/deletes/updates of each tables in the window workload (n_tables dimension)