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

Thin 3.0: Optimize multi-row responses using guaranteed order

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 3.1
    • thin client

    Description

      IGNITE-16004 introduces guaranteed row order for multi-row operations, like GetAll, InsertAll, DeleteAll. We can leverage this fact to optimize the thin client protocol:

      • GetAll can return values without keys (keys are known on the client), and without size (it is the same as input collection size)
      • InsertAll and DeleteAll can return a bit set to indicate which items were skipped.

      Attachments

        Issue Links

          Activity

            People

              ptupitsyn Pavel Tupitsyn
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: