ExtendIndexing
  • 1 Minute to read
  • Dark
    Light
  • PDF

ExtendIndexing

  • Dark
    Light
  • PDF

Article summary

Builds accelerator files on the specified field.

KeyValue(s)Description
method"ExtendIndexing"
project"CurrentProject"
field"Table.FieldName"
fields[][
"table1.fieldname1",
"table2fieldname2",
"..."
]

type"PrimaryKey"PrimaryKey - builds accelerator files necessary for:
  • Fast Joins and Join Layers
  • FirstDiscrete on continuous variable length strings


{
    "method": "ExtendIndexing",
    "field": "Table.Field",
    "type": "PrimaryKey",
    "project": "VSJoin"
  }
{
  "method": "ExtendIndexing",
  "project": "Demo",
  "fields": [
    "DATA.dj_Key_1,
    "DATA.dj_Key_2"
  ],
  "type": "PrimaryKey",
  "description": "build accelerator files on join keys"
}





Was this article helpful?