woc-hack / tutorial

Other
50 stars 20 forks source link

Problem with Exercise 6 #48

Open zifeiyu87 opened 1 year ago

zifeiyu87 commented 1 year ago

when I execute the following command, it has not returned a result for a long time(over 3 hours), and ultimately disconnected from the server.

image
audrism commented 1 year ago

1) its best to run commands in tmux or screen, to avoid disconnect.

2) the command queries a really old version S of the data: consider using c2PtAbflPkgFullU or soon to be available version V

3) the query requires going over the entire dataset, so it takes time. It would be better to break it down into smaller queries, e.g., one per 128 of the files.

loconous commented 1 month ago

@zifeiyu87, could you please verify if this issue is still relevant? Thanks