Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MB-54131: Geoshape query decode optimization #1864

Merged
merged 8 commits into from Aug 31, 2023

Commits on Aug 8, 2023

  1. MB-54131: Geoshape query decode optimization

     - Added a buffer pool to be shared by all documents
    Likith101 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    df9e61b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a474b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. MB-54131: Geoshape query decode optimization

     - Removed initialization of buffers in the pool
     - Modified code to fit GeoBufferPool
    Likith101 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    547ee17 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. MB-54131: Geoshape query decode optimization

     - Added buffer pool to context
     - Added relavent key and callback functions in util.go
    Likith101 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    05a85da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. MB-54131: Geoshape query decode optimization

     - Changed bufPool initialization to be used only when query has geoshape component
    Likith101 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2af4aa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. MB-54131: Geoshape query decode optimization

     - Changed constant names to better reflect their purpose
    Likith101 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c7943c3 View commit details
    Browse the repository at this point in the history
  2. MB-54131: Geoshape query decode optimization

     - Handled an edge case where searcher is called with nil context
    Likith101 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2cdca4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8642f16 View commit details
    Browse the repository at this point in the history