0 votes
206 views
Hi,

I'm running the following query which produces a table of ~4 Gb:

SELECT * FROM ls_dr8.tractor_primary_s WHERE (mag_r<19 and dec<0 and type!='PSF')

But when I download the file from myDB only ~1 Gb is downloaded. I tried multiple times and it always hangs at around 1 Gb. Is it an issue with my internet or the server?

Cheers,

Sandor
asked Jun 4, 2020 by Sandor | 206 views

1 Answer

0 votes
Hi Sandor,

Did you download the file from Virtual Storage using the datalab command line tool or the notebook server? I am able to download the same query result from my Virtual Storage using datalab command line tool:

datalab get --fr=vos://test.csv --to=test.csv

Maybe your requests were overlapped with some network hiccups on the server side. I would suggest you download it at a different time.

Cheers,

Wendy
answered Jun 4, 2020 by datalab (19,200 points)

359 questions

372 answers

385 comments

2,427 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.