Closed GoogleCodeExporter closed 9 years ago
Huh, it's worse than I thought. You can skip step 2 and it'll still crash.
Any time you
execute with a large result set and then neglect to fetch any or all of the
rows, it
crashes.
Original comment by nickreta...@gmail.com
on 9 Mar 2010 at 8:07
Curious. Calling rowcount on my query returns 51,214, even though the result
set
should include 1,299,764,619 rows. Calling my query with a limit of 51,219
works
properly and returns that many rows, but raising the limit to 51,220+ makes it
claim
only 51,214 rows were returned and then segfault on closing.
Original comment by nickreta...@gmail.com
on 9 Mar 2010 at 8:20
Hey Nick, did you try bringing this up with vertica tech support? Perhaps the
error is in the vertica driver
implementation?
Original comment by bs1...@gmail.com
on 29 Mar 2010 at 9:31
Any more information on this? I'm not reproducing it here, but I don't have
access to that particular database/driver.
Original comment by mkleehammer
on 24 Aug 2010 at 4:06
I don't know. I don't work with that project anymore. If I still had access
to those emails, I could be more specific.
I did bring it up with the Vertica techs. I think this is related to the other
bug I posted, where memory issues happen due to the double size characters in
Vertica. The Vertica techs told me to always configure it to expect double
size characters when working with pyodbc, or something.
Original comment by nickreta...@gmail.com
on 24 Aug 2010 at 10:39
Since we are unable to reproduce and you are no longer working with this, I'm
going to close this. Feel free to reopen if you encounter this again.
Original comment by mkleehammer
on 21 Nov 2010 at 6:28
Original issue reported on code.google.com by
nickreta...@gmail.com
on 9 Mar 2010 at 8:00