Dennis Volodomanov wrote:
Hmm, it seems that the MAX_BYTES_PER_ROW define is gone from this
release? So, are there any limits on the row size or am I missing
something?


There are no arbitrary limits on row size any more. The maximum row size is 18446744073709551616 (2**64) bytes, in theory. In practice, an entire row has to be able to fit in contiguous memory, so you are likely to run out of memory before you fill up a row. Also, performance will begin to fall off as the row size increases.


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to