T.R | Title | User | Personal Name | Date | Lines |
---|
2097.1 | need segmentation and locking? | HERON::BLOMBERG | Trapped inside the universe | Thu May 29 1997 08:43 | 15 |
|
You say "several seconds", but at 50 MB/s it would take
80 seconds to reflect the whole table. Can you really
freeze the updates for that long? Otherwise you probably
have to divide your table into segments and only do
periodic updates of "dirty" segments.
Another issue, is the target table consistent during the
copy? Otherwise you have to lock it on the target system
until the copy has completed (DLM?).
/Ake
|
2097.2 | two memory channels? PVM? | ROM01::OLD_CIPOLLA | Bruno Cipolla | Fri May 30 1997 08:25 | 10 |
| i think i can wait 80 seconds, how about two memory channels working
in parallel?
the target table is locked, it is just a shadow table just in case the
primary system fails.
i am considering using PVM (parallel Virtual Machine) to do the copy
did anybody do this before?
BC
|
2097.3 | dpvm! | HERON::BLOMBERG | Trapped inside the universe | Fri May 30 1997 08:46 | 5 |
|
I've used PVM, and in particular dpvm, which is optimised
for memory channel. Check out http://tc-www.ilo.dec.com/.
/Ake
|
2097.4 | | KITCHE::schott | Eric R. Schott USG Product Management | Sun Jun 01 1997 13:04 | 7 |
| The current released versions of MC driver do not support multiple
active rails. This is being considered for a future release.
Also, if the system does not have PCI bandwidth for multiple rails,
having
multiple active won't change performance too much.
|