Opened 9 years ago

Last modified 4 years ago

#2656 new defect

GRASS freezes for 5-10 mins before eventually showing attribute table

Reported by: richardc Owned by: grass-dev@…
Priority: major Milestone: 7.8.3
Component: wxGUI Version: svn-releasebranch70
Keywords: attribute table, postgresql Cc:
CPU: x86-64 Platform: Linux

Description

On attempting to display a vector attribute table in the Layer Manager, GRASS entirely freezes for about 5-10 mins, displaying the message - Please wait loading attribute data... - and then the attribute table is eventually displayed.

I'm not sure if related to postgresql which I'm using instead of sqlite; sqlite tables are shown without trouble.

I'm not sure if a bug, or how to resolve?

Thanks, Richard



Database:
postgresql-9.3
Database size: 1542 MB / 53580 tables

The attribute table is small: 1 row/10 columns


db.test gives the following, which appears functional:
db.test test=test1                                                              
Using DB driver: pg
EXECUTE: OK
EXECUTE: OK
EXECUTE: OK
EXECUTE: OK
RESULT: OK
EXECUTE: OK
RESULT: OK
EXECUTE: OK
EXECUTE: OK
EXECUTE: OK
EXECUTE: OK
ERROR: RESULT: ******** ERROR ********
2d1
< 3|0|_\\'_|
3a3
> 3|0|_\'_|
CREATE TABLE grass_test1 (i1 INTEGER, d1 DOUBLE PRECISION, c1 VARCHAR(20))
INSERT INTO grass_test1 VALUES ( 1, 123.456, 'abcd' )
INSERT INTO grass_test1 VALUES ( 2, null, 'xxx' )
SELECT * FROM grass_test1
SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1 <> 2  AND c1 LIKE '%bc%' 
INSERT INTO grass_test1 VALUES ( 3, 0.0, '_\''_' )
ALTER TABLE grass_test1 ADD COLUMN i2 INTEGER
UPDATE grass_test1 SET d1 = 18.6, i2 = 987  WHERE i1 = 2
SELECT * FROM grass_test1
DROP TABLE grass_test1
EXECUTE: OK
(Sat Apr 18 21:17:56 2015) Command finished (0 sec)                             



My system:
GRASS version: 7.0.1svn                                                         
GRASS SVN Revision: 65041                                                       
Build Date: 2015-04-10                                                          
Build Platform: x86_64-unknown-linux-gnu                                        
GDAL/OGR: 1.11.2                                                                
PROJ.4: 4.9.0                                                                   
GEOS: 3.4.2                                                                     
SQLite: 3.8.2                                                                   
Python: 2.7.6                                                                   
wxPython: 2.8.12.1                                                              
Platform: Linux-3.13.0-37-generic-x86_64-with-LinuxMint-17.1-rebecca 

Change History (16)

comment:1 by richardc, 9 years ago

My comment about the sqlite db is wrong - I have the same issue in trying to display a sqlite vector attribute table with the entire GRASS application freezing.

in reply to:  1 comment:2 by richardc, 9 years ago

Replying to richardc:

My comment about the sqlite db is wrong - I have the same issue in trying to display a sqlite vector attribute table with the entire GRASS application freezing.

However, attribute data can be displayed within 1 second with v.db.select (with postgresql db):

v.db.select map=bnd_cahpa_f1apr_05216_nc_remapped_nc_1@cahpa05216psql           
cat|to_bas|sub_bas|maj_bas|sub_name|maj_name|sub_area|maj_area|legend|cap_average
1|-999|21014|5021|pran|Peninsula Malaysia|3732|311477|21|2.07500273518235e-05
(Sun Apr 19 13:10:47 2015) Command finished (0 sec)                             

Issue is related to right clicking on layer name in Layer Manager and selecting 'Show attribute data'

comment:3 by richardc, 9 years ago

Component: VectorwxGUI

comment:4 by richardc, 9 years ago

Hi,

I was wondering if anyone might have any suggestions on how to resolve this issue.

For instance, in addition to GRASS freezing on trying to show the attribute table, the same is observed with db.describe or db.columns when selected from the Layer Manager GUI. I have to restart GRASS each time if I inadvertently select the these commands.

e.g., Database > Database information > Describe table [db.describe]

I am however, able to list database tables:

db.tables -p public.bnd_cahpa_f1apr_05216_nc_remapped_nc_1 public.bnd_cahpa_f1apr_05216_nc_remapped_nc_10 public.bnd_cahpa_f1apr_05216_nc_remapped_nc_11 public.bnd_cahpa_f1apr_05216_nc_remapped_nc_12

I notice one error in the following:



(Mon May 11 11:49:23 2015)                                                       
db.test --verbose test=test1                                                     
Using DB driver: pg 
EXECUTE: OK 
EXECUTE: OK 
EXECUTE: OK 
EXECUTE: OK 
RESULT: OK 
EXECUTE: OK 
RESULT: OK 
EXECUTE: OK 
EXECUTE: OK 
EXECUTE: OK 
EXECUTE: OK 
ERROR: RESULT: ******** ERROR ******** 
EXECUTE: OK 
2d1 
< 3|0|_\\'_| 
3a3 
> 3|0|_\'_| 
CREATE TABLE grass_test1 (i1 INTEGER, d1 DOUBLE PRECISION, c1 VARCHAR(20)) 
INSERT INTO grass_test1 VALUES ( 1, 123.456, 'abcd' ) 
INSERT INTO grass_test1 VALUES ( 2, null, 'xxx' ) 
SELECT * FROM grass_test1 
SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1 <> 2  AND c1 LIKE '%bc%' 
INSERT INTO grass_test1 VALUES ( 3, 0.0, '_\''_' ) 
ALTER TABLE grass_test1 ADD COLUMN i2 INTEGER 
UPDATE grass_test1 SET d1 = 18.6, i2 = 987  WHERE i1 = 2 
SELECT * FROM grass_test1 
DROP TABLE grass_test1 
(Mon May 11 11:49:23 20 

comment:5 by neteler, 9 years ago

Milestone: 7.0.17.0.2

Ticket retargeted after 7.0.1 milestone closed

comment:6 by neteler, 8 years ago

Milestone: 7.0.27.0.3

Ticket retargeted after milestone closed

comment:7 by neteler, 8 years ago

Milestone: 7.0.3

Ticket retargeted after milestone closed

comment:8 by neteler, 8 years ago

Milestone: 7.0.4

Ticket retargeted after 7.0.3 milestone closed

comment:9 by martinl, 8 years ago

Milestone: 7.0.47.0.5

comment:10 by neteler, 7 years ago

Milestone: 7.0.57.0.6

comment:11 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:12 by martinl, 6 years ago

Milestone: 7.0.77.8.0

Attribute Data Manager has serious issue when loading large tables. It's know issue and requires significant changes, bump milestone to 7.8.

comment:13 by neteler, 5 years ago

Milestone: 7.8.07.8.1

Ticket retargeted after milestone closed

comment:14 by neteler, 4 years ago

Milestone: 7.8.17.8.2

Ticket retargeted after milestone closed

comment:15 by neteler, 4 years ago

Milestone: 7.8.2

Ticket retargeted after milestone closed

comment:16 by neteler, 4 years ago

Milestone: 7.8.3
Note: See TracTickets for help on using tickets.