100 Variable Size Warning

Post Reply
foosh101
Posts: 61
Joined: Tue Oct 22, 2002 2:13 pm

100 Variable Size Warning

Post by foosh101 »

I get this '100 Variable Size Warning' when I try and create some of my compound metamorph indexes. Does it mean that I am trying to include too many variables in my compound? What does it mean?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

100 Variable Size Warning

Post by John »

It means that you are including a variable size field, e.g. varchar, in the compound metamorph index. Typical usage is to use a virtual field if you are trying to do text searches against the field, and not use varchar data for the additional fields, so the warning message indicates you should double check your create index and make sure it is doing what you really want.
John Turnbull
Thunderstone Software
Post Reply