IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 16 years ago

#1400 new defect

neb-migrate is painfully slow

Reported by: watersc1 Owned by: watersc1
Priority: normal Milestone:
Component: Nebulous Version:
Severity: normal Keywords:
Cc:

Description

This probably should be fixed in some fashion so that it runs in a reasonable timescale. Test case:

mysql> select count(ins_id),NOW() from instance where vol_id = 2 ;
+---------------+---------------------+
| count(ins_id) | NOW() |
+---------------+---------------------+
| 1531146 | 2010-06-29 13:13:30 |
+---------------+---------------------+

mysql> select count(ins_id),NOW() from instance where vol_id = 2 ;
+---------------+---------------------+
| count(ins_id) | NOW() |
+---------------+---------------------+
| 1530712 | 2010-06-29 13:28:18 |
+---------------+---------------------+

works out to 2.1843s per instance or a total of 928.76h for the full operation.

Change History (0)

Note: See TracTickets for help on using tickets.