IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of Psps_MD_PV2_112814


Ignore:
Timestamp:
Nov 28, 2014, 5:56:17 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Psps_MD_PV2_112814

    v1 v2  
    77the queries I used for each MD (on production cluster):
    88{{{
    9 select top 100000 ra, dec, batchid from detectionFull order by newid()
     9select top 100000 ra, dec from detectionFull order by newid()
    1010select top 100000 ra, dec from stackDetectionFull order by newid()
    11 select top 100000 ra, dec from Object order by newid()
     11select top 100000 ra, dec, batchid from Object order by newid()
    1212
    1313}}}