github.com/rohankumardubey/aresdb@v0.0.2-0.20190517170215-e54e3ca06b9c/testing/data/integration/sample-ares-root/metastore/abc/schema (about)

     1  {
     2    "name": "abc",
     3    "columns": [
     4      {
     5        "name": "c1",
     6        "type": "Uint8"
     7      },
     8      {
     9        "name": "c2",
    10        "type": "SmallEnum",
    11        "highPriorityDays": 10,
    12        "mediumPriorityDays": 10
    13      }
    14    ],
    15    "primaryKeyColumns": [
    16      0
    17    ],
    18    "isFactTable": false,
    19    "config": {
    20      "initPrimaryKeyNumBuckets": 8,
    21      "batchSize": 10,
    22      "archivingDelayMinutes": 10,
    23      "archivingIntervalMinutes": 10,
    24      "backfillMaxBufferSize":    4294967296,
    25  	"backfillIntervalMinutes":  60,
    26  	"backfillThresholdInBytes": 2097152
    27    },
    28    "archivingSortColumns": [
    29      0,
    30      1
    31    ]
    32  }