Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7806

SQL TX: Backup update protocol

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • cache, mvcc, sql
    • None

    Description

      Currently TX SQL protocol works as follows:
      1) Lock request is sent to PRIMARY node where updates are applied immediately.
      2) Updated values are stored in-memory
      3) When commit command is issued, updates are propagated to {{BACKUP}}s.

      This requires data to be stored in memory at some point. We should design better protocol which will allow for updates to be propagated to backups efficiently.

      Ticket is related (or may be even duplicates) to IGNITE-7186.

      Attachments

        Issue Links

          Activity

            People

              rkondakov Roman Kondakov
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: