lukemurray / data-atom

Query and manage data sources from Atom
MIT License
152 stars 36 forks source link

Atom crash after postgreSQL query. #174

Open pabloinsente opened 5 years ago

pabloinsente commented 5 years ago

Preconditions

Atom : 1.37.0 Electron: 2.0.18 Chrome : 61.0.3163.100 Node : 8.9.3 data-atom: 0.29.1 OS: macOS Mojave 10.14.5

Steps to Reproduce

  1. Open sql script
  2. Connect to postgres database
  3. Query table as: SELECT * FROM data;

Expected behavior

To return the query results in about 7-8 sec (running the same query on pgadmin takes ~7 sec)

Actual behavior

Runs for about 2 min until Atom crash

Additional info

I'm querying a 9,022,215 rows table. On pgadmin and in the terminal the query takes around 7-8 seconds.