Notes/questions/issues on reading TAP 0.31
Source:
http://www.ivoa.net/internal/IVOA/TableAccess/TAP-0.31-20081124.pdf
1 Introduction
- end 2nd paragraph: "... it is not a table containing links to data object ...". I suppose that if someone publishes a table that contains links to data sets, images or spectra, there is no problem with that. Queries might than indeed produce such links.
- end of page 4: ".. is not visible to users." I don't see why it is a good idea to aim at completely abstracting away form a user whether there is a relational database on the backend or not. In some sense tha fact that one can send ADQL, whihc is clearly an SQL dialect, makes users expect relational database technology. Also I think if this would carry through in our message to potential TAP implementors, that they could just as well implement this on files, we'd do them a disservice. The best way to suport ADQL queries is by storing one's results in a relational database and pass the ADQL, possibly slightly adapted, to the database. Not write one's own database engine. I would also like to see some specific database features such as indexes and foreign keys show up explicitly in the metadata.
-
This topic: IVOA
> GerardLemson > GerardLemsonTAP_031
Topic revision: r1 - 2009-02-17 - GerardLemson