- Working Under the Hood
- Working with Tables
- Working with Fields
- Working with Field Types
- Working with Field Options
- Troubleshooting
- FileMaker Extra: Indexing in FileMaker
FileMaker Extra: Indexing in FileMaker
One of the more significant changes beginning in FileMaker 7 revolves around indexing. In prior versions, indexing was restricted to 60 characters total, broken into blocks of up to 20-character words. Relationships had to be built around match fields or keys that were relatively short and generally nondescriptive. This fact is one reason we generally advocate using simple serial numbers for indexing purposes. It's rare that you'd need more than 20 digits to serialize the records in a data table.
FileMaker 9 can index words up to approximately 100 characters. It can index text fields to a total of 800 characters, and numbers up to 400 digits. The limits to indexing have been effectively removed.
What this means to developers is that we can now use far more complex concatenated key combinations (ironically there will be less of that in FileMaker 9, given that data can be related across multiple tables), use longer alphanumeric keys, or, as suggested earlier, introduce descriptive elements to keys.
In the past, FileMaker Pro would identify "Special_Edition_Using_FileMaker_9" (32 characters) as identical to "Special_Edition_Using_MS_Access"—clearly a terrible mistake to make. It's now possible to match against paragraphs of text or very large numbers. Determining matches is more exact, and finds and sorts are more robust.