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

Improve ACS memory connector performance/cost #776

Merged
merged 1 commit into from May 3, 2023

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented May 2, 2023

Motivation and Context

  • Checking if an index exists adds extra latency the first time an index is being used.
  • Some indexing can be removed to reduce the quota used, and CPU usage on the service side.

Description

  • Create indexes/collections only on write only when an index doesn't exist.
  • Remove some indexing from the record schema

@dluc dluc changed the title Improve ACS connector performance/cost Improve ACS memory connector performance/cost May 2, 2023
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels May 2, 2023
@dluc dluc added the PR: ready for review All feedback addressed, ready for reviews label May 2, 2023
hathind-ms
hathind-ms previously approved these changes May 2, 2023
@dluc dluc merged commit c6dec8e into microsoft:main May 3, 2023
11 checks passed
@dluc dluc deleted the dluc135acs2 branch May 3, 2023 00:13
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
### Motivation and Context

* Checking if an index exists adds extra latency the first time an index
is being used.
* Some indexing can be removed to reduce the quota used, and CPU usage
on the service side.


### Description

* Create indexes/collections only on write only when an index doesn't
exist.
* Remove some indexing from the record schema
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context

* Checking if an index exists adds extra latency the first time an index
is being used.
* Some indexing can be removed to reduce the quota used, and CPU usage
on the service side.


### Description

* Create indexes/collections only on write only when an index doesn't
exist.
* Remove some indexing from the record schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants