1) Is a normal index on a varchar field of any use if you are only doing likep queries on the field and not sorting on it (and you have a metamorph inverted index on the field)?
2) The documentation refers to "not indexing small amounts of data as doing so may slow down searches due to the overhead of looking in an index". Can you give any rules of thumb on this? I'm wondering whether it's still a good idea to have a unique index on a primary key counter field for a small table, if the counters are generated by the system and inserts are rare.
2) The documentation refers to "not indexing small amounts of data as doing so may slow down searches due to the overhead of looking in an index". Can you give any rules of thumb on this? I'm wondering whether it's still a good idea to have a unique index on a primary key counter field for a small table, if the counters are generated by the system and inserts are rare.