Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tutorials/cosmodc2/cosmoDC2_TAP_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
execution:
timeout: 2600
---


Expand Down Expand Up @@ -79,8 +81,8 @@ result = service.run_async(adql)
result
```

The above query shows that there are 597,488,849 redshifts in this table.
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
The above query shows that there are 597,488,849 redshifts in this table.
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
To learn more about synchronous versus asynchronous PyVO queries please read the [relevant PyVO documentation](https://pyvo.readthedocs.io/en/latest/dal/index.html#synchronous-vs-asynchronous-query).

+++
Expand Down