I have lots of byte arrays in memory that appear to be values that have been written or read from binary columns. I realize that binary columns store all their data in memory. My question is when is the memory freed ? After the writes ? as part of the next bind ? On database close ? I recall in Sqlite I could tell the bind that I was done and it could free the data... Is there something I can do to free this data sooner ?
Also MAX_OPERATION_MEMORY isn't set so why would more that 10k eve be in memory > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
