Opened 10 years ago
Closed 8 years ago
#46111 closed enhancement (wontfix)
PortIndex2MySQL.tcl: atomic renames, transactions
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | jmpalacios (Juan Manuel Palacios) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | website | Version: | |
Keywords: | haspatch | Cc: | skarulkar@…, neverpanic (Clemens Lang), ryandesign (Ryan Carsten Schmidt), pixilla (Bradley Giesbrecht), raimue (Rainer Müller) |
Port: |
Description
I'd like to made two changes to PortIndex2MySQL.tcl.
Each run should populate new tables which are atomically renamed into place. This avoids significant lock time during the run.
Secondly, each port is wrapped with a transaction. This prevents the insertion process from terminating on first error. This also assumes we're using an engine that supports transactions.
Do these seem reasonable? foresee any issues?
Attachments (1)
Change History (7)
comment:1 Changed 10 years ago by jmroot (Joshua Root)
comment:2 Changed 10 years ago by jmpalacios (Juan Manuel Palacios)
Hi snc@!
I'd love to modernize the PortIndex2MySQL script, specially having learned quite a bit more about MySQL and databases since I last touched it. But that's one problem, I haven't touched the script in ages, so it'd take me a bit to get up-to-speed with it again (something I may not necessarily have the time for).
But let me try looking at it again and then at your patch. Ryan, care to weigh in?
comment:3 Changed 10 years ago by nerdling (Jeremy Lavergne)
Keywords: | haspatch added |
---|
Changed 10 years ago by nerdling (Jeremy Lavergne)
Attachment: | PortIndex2MySQL.tcl.diff added |
---|
comment:5 Changed 8 years ago by raimue (Rainer Müller)
Cc: | raimue added |
---|
comment:6 Changed 8 years ago by raimue (Rainer Müller)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Superseded by portindex2postgres.tcl that will power the PortIndex generation in the future.
This should happen on top of the work done in #40579.