by Steve Endow
In my last post, I poked around in SQL to see what custom fields looked like in the database for a Business Central table extension.
While looking into fields, I happened to notice the table index that is automatically created for the table extension.
Automatic Table Extension Index |
If we look at this index, we see it is a Clustered Unique index for the "No_" field only.
Default Clustered Index on Table Extension |
Why is this default index created automatically? This Table Keys docs page briefly mentions the default Clustered Index on table extensions.