Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8615709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:26:45+00:00 2026-06-12T05:26:45+00:00

I want to insert or update, then insert a new log into another table.

  • 0

I want to insert or update, then insert a new log into another table.

I’m running a nifty little query to pull information from a staging table into other tables, something like

Insert into
select
on duplicate key update

What I’d like to do without php, or triggers (the lead dev doesn’t like em, and I’m not that familiar with them either) is insert a new record into a logging table. Needed for reporting on what data was updated or inserted and on what table.

Any hints or examples?

Note: I was doing this with php just fine, although it was taking about 4 hours to process on 50K rows. Using the laravel php framework, looping over each entry in staging update 4 other tables with the data and log for each one was equalling 8 queries for each row (this was using laravel models not raw sql). I was able to optimise by pushing logs into an array and batch processing. But you can’t beat 15sec processing time in mysql by bypassing all that throughput. Now I’m hooked on doing awesome things the sql way.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:26:46+00:00Added an answer on June 12, 2026 at 5:26 am

    If you need executing more than one query statement. I refer to use transaction then trigger to guarantee Atomicity (part of ACID). Bellow code is sample for MySql transaction:

    START TRANSACTION;
    UPDATE ...
    INSERT ...
    DELETE ...
    Other query statement
    COMMIT;
    

    Statements inside transaction will be executed all or nothing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I want to insert this query into the database file: UPDATE contas SET
I want to check a Column value when update.If its match insert into another
I want to have an 'updateinfo' table in order to record every update/insert/delete operations
EntityManager.merge() can insert new objects and update existing ones. Why would one want to
I want to insert a record into a MySQL database table from a formulaire.
I want to update a record if the record exists or insert a new
I want to export data from one table into a new one with a
I'm using a stored procedure to update\insert data into a table using MERGE. One
I want to insert a new row into an Access database. I'm looking at
I want to be able to insert and update rows with embedded carriage returns

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.