Coder Social home page Coder Social logo

Comments (6)

elielmathe avatar elielmathe commented on August 27, 2024 1

@rutvij2292
For high trafic applications, I can suggest that you create a table in your MySQL Schema called Synchronised then you record the last synchronised id.
On the next synchronisation, get the last synchronised id for the table and add
--where idInTable>previousLastSyncedId
I assume that you work on INSERTS because this is a problem when dealing with UPDATE and DELETE.

from db-sync.

mrjgreen avatar mrjgreen commented on August 27, 2024 1

Thanks, I've updated the use statement in the readme: 0c50c46

from db-sync.

rutvij2292 avatar rutvij2292 commented on August 27, 2024

Thanks, @bakjanos Example is Helpful for a windows machine user. @mrjgreen Thanks for this awesome library. I am having a hard time to set up a master-slave replication in MySQL. This library is a time saver. Is this recommended for large traffic site as well?

Currently, I am planning to apply whereClause on the timestamp. Will it be problematic? Please let me know. Once again thanks, guys.

from db-sync.

elielmathe avatar elielmathe commented on August 27, 2024

Thanks a lot.
I am not very good at composer and I could not troubleshoot the code on main README.
My suggestion is that they edit the code in the README.

from db-sync.

elielmathe avatar elielmathe commented on August 27, 2024

Oh, sorry, this is related to the CLI.
For integration in PHP, use
$sourceTable->setWhereClause(new WhereClause("idInTable > ?", [previousLastSyncedId]));

from db-sync.

rutvij2292 avatar rutvij2292 commented on August 27, 2024

@elielmathe Make sense. Thanks for pointing that out. One last question Should I sync manually or should I go for the MySQL Master Slave replication? I am open to any suggestions.
Once again thanks for your input.

from db-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.