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 3319150
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:47:27+00:00 2026-05-17T22:47:27+00:00

I want to replicate a database to an external service. For doing so I

  • 0

I want to “replicate” a database to an external service. For doing so I could just copy the entire database (SELECT * FROM TABLE).

If some changes are made (INSERT, UPDATE, DELETE), do I need to upload the entire database again or there is a log file describing these operations?

Thanks!

  • 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-05-17T22:47:27+00:00Added an answer on May 17, 2026 at 10:47 pm

    It sounds like your “external service” is not just another database, so traditional replication might not work for you. More details on that service would be great so we can customize answers. Depending on how long you have to get data to your external service and performance demands of your application, some main options would be:

    • Triggers: add INSERT/ UPDATE/ DELETE triggers
      that update your external service’s
      data when your data changes (this
      could be rough on your app’s
      performance but provide near
      real-time data for your external
      service)
    • Log Processing: you can parse changes from the logs and use some level of ETL to make sure they’ll run properly on your external service’s data storage. I wouldn’t recommend getting into this if you’re not familiar with their structure for your particular DBMS.
    • Incremental Diffs: you could run diffs on some interval (maybe 3x a day, for example) and have a cron job or scheduled task run a script that moves all the data in a big chunk. This prioritizes your app’s performance over the external service.

    If you choose triggers, you may be able to tweak an existing trigger-based replication solution to update your external service. I haven’t used these so I have no idea how crazy that would be, just an idea. Some examples are Bucardo and Slony.

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

Sidebar

Related Questions

We want to replicate data from one database to several others (on another server).
I want to replicate some of data that exists in my database. I want
I want to replicate some functionality from Digg.com whereby when you post a new
I want to relocate some controls from one part in the visual tree to
I have a table on a SQL Server 2000 database, which I want copied
I want to do some inserts on a table (master mysql DB) but I
I'm using PHP with a replicated MySQL database. I want to do some database
I want to replicate Gowalla UI of the detail part (the table with Map
EDIT: The table is GIGANTIC! I could just make the backup, and try it
Want the function to sort the table by HP but if duplicate HPs then

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.