Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

After anything else, thank you for your interest, abigail.
Here is some more work on the same issue:

  • I'm using a legacy CGI environment, I don't have any ideas about how to maintain connection caching here.
  • I'm using MySQL (legacy, too), so I can't use stored procedures: there is no support for them here.
  • I'm currently using indexes and I'm sure that data is stored as closer to the third normal form as possible.
  • I'm very limited on the database server available memory. MySQL is doing the best it can on keeping data on memory.
  • My tables are legated, too, and I can't transform things that much (changing data structs don't worth the effort).

The perl-related part is: without changing things at the database (this could break other applications that use the same data), I need to develop a strategy to control changes, and built a UPDATE SQL query to apply changes to the database, minimizing the data writen. If you know any modules that could be useful, or any strategy that I can implement, please let me know.

Thank you very much for your attention.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
monsieur_champs


In reply to Re: Re: Record edition management strategy needed by monsieur_champs
in thread Record edition management strategy needed by monsieur_champs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found