Comment 5 for bug 1438775

Revision history for this message
Sandhya Sundaresan (sandhya-sundaresan) wrote :

The calculation of the rowset row sizze needs to be looked at in connectivity. Seems like it's lower than needed.

Row length being moved : 200436

So here is what should be allocated :

11 + (timestamp)
160 + (query_id
  = 1 byte alignment
2+256 + (null indicator +username)

2+4+200000 (null indicator + VC indicator length + query_text length)

Instead we are allocating is 200434 for each row in conn side