Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-1223

moxi can optimize ascii-to-binary single key gets

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • 1.6.0 beta1
    • 1.6.0 beta4
    • moxi
    • None
    • Operating System: All
      Platform: All

    Description

      moxi currently treats each ascii GET command as if it was a multiget. That is, moxi translates an ascii GET commands into binary getkq's for each key and also sends a binary noop's for every server.

      get a b c

      translates into...

      getkq a
      getkq b
      getkq c
      noop x number of servers

      When there's a single key in the ascii GET, this is inefficient. Instead, a simple binary GETK could be used when there's a single key.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            steve.yen@northscale.com Steve Yen
            steve.yen@northscale.com Steve Yen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty