0 votes
211 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
by | 211 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
by datalab (20.7k points)

414 questions

430 answers

436 comments

635 users

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

Categories