Page 1 of 1

Key too large in the function btappend

Posted: Fri May 02, 2003 1:33 pm
by foosh101
I get the following error when doing a query:

<!-- 011 /texis/1000000:82: Key too large in the function btappend -->

What does it mean?

Key too large in the function btappend

Posted: Fri May 02, 2003 3:01 pm
by mark
You're creating a regular index on a field. One of your records has field data larger than the btree page size. Most likely you wanted a metamorph index instead. If you really wanted a regular index you could use "set max_index_text=N" to set the max length of text to index.