|
|
| · · · · · · · | |
|
Re: PgAdmin Bug: using verly large varchar (binary Data) -> always Crash when viewing Table
Title: PgAdmin Bug: using verly large varchar (binary Data) -> always Crash when viewing Table
First off, please bear in mind that the table viewer simply isn't designed for viewing such large amounts of data - if you need to view very large tables, you should use the view filtered data option and select only the rows you actually need. That said, it shouldn't really crash... As I test, I just inserted 2000 rows containing a serial column and 124Kb of bin2hex output each into a table (by my reckoning, that's around 250MB of data. The table viewer worked without crashing, displaying all 2000 rows in around 10 seconds. Thats with pgAdmin and the server running on the same 2GHz laptop running XP Pro. I then did the same again with 60 rows of 300Kb each - again that worked, although it was horrendously slow that time. What sort of hardware are you running on? What OS? Regards, Dave.
|