IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2013, 11:17:39 AM (13 years ago)
Author:
eugene
Message:

when using master mysql I/O for detections, only connect to mysql on the master (and only connect once); do not use BZERO/BSCALE for int64 fields; drop/create object tables (and do not call mysql_store_result for create/drop calls); only launch dvopsps_client for hosts actually needed for selected regions; pass -cpt option to client if supplied to master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/dvopsps/include/dvopsps.h

    r35069 r35093  
    7171int    insert_detections_mysql_init       PROTO((IOBuffer *buffer));
    7272
    73 int    insert_detections_mysql_array      PROTO((Detections *detections, int Ndetections));
     73int    insert_detections_mysql_array      PROTO((MYSQL *mysql, Detections *detections, int Ndetections));
    7474int    insert_detections_mysql_detvalue   PROTO((IOBuffer *buffer, Detections *detection));
    7575
     
    7979
    8080int    insert_objects_dvopsps             PROTO(());
    81 int    insert_objects_dvopsps_parallel    PROTO((SkyTable *sky));
     81int    insert_objects_dvopsps_parallel    PROTO((SkyList *sky));
    8282int    insert_objects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
    8383                                         
Note: See TracChangeset for help on using the changeset viewer.