Page 1 of 1

FlatBuffers and LongStrings

Posted: Fri 26 Mar 2021 19:52
by jdorlon
Hello,

In the documentation, here https://www.devart.com/odac/docs/increa ... rmance.htm

It says that I can tweak performance by setting the FlatBuffers and LongString properties. I read the documentation to see what these settings do. My question is, is there negative consequence of setting them?

thanks
John

Re: FlatBuffers and LongStrings

Posted: Fri 02 Apr 2021 14:11
by MaximG
The use of FlatBuffers increases memory consumption because for a 2,000 byte column, 2,000 bytes of memory will be allocated, regardless of the size of data stored in the column.

Re: FlatBuffers and LongStrings

Posted: Fri 02 Apr 2021 15:16
by jdorlon
ok, thank you.