They maxkeysize and page size are parameters used when adding an index to a collection.
Can anyone tell me exactly what these two parameters do, and what units they expect? I am assuming the larger the key size, the less chance of collisions when putting the index entry in the hashtable, therefore better performance when there are many keys. Is this correct? is maxkeysize in bits? ie 32 bits, 64 bits?? What is pagesize and how does it affect indexing. Is it specified in bytes? Thanks for you help Regards, Dominic Gamble Stratlink.
