github.com/rohankumardubey/aresdb@v0.0.2-0.20190517170215-e54e3ca06b9c/examples/1k_trips/schema/cities.json (about)

     1  {
     2    "name": "cities",
     3    "columns": [
     4      {
     5        "name": "id",
     6        "type": "Uint16"
     7      },
     8      {
     9        "name": "name",
    10        "type": "BigEnum"
    11      }
    12    ],
    13    "primaryKeyColumns": [0],
    14    "isFactTable": false,
    15    "config": {
    16      "batchSize": 2097152,
    17      "initPrimaryKeyNumBuckets": 8192,
    18      "maxRedoLogFileSize": 1073741824,
    19      "redoLogRotationInterval": 10800,
    20      "snapshotIntervalMinutes": 360,
    21      "snapshotThreshold": 6291456
    22    }
    23  }