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

Extends Couchbase ORM to use Analytics services #9

Open
yurem opened this issue Oct 2, 2019 · 1 comment
Open

Extends Couchbase ORM to use Analytics services #9

yurem opened this issue Oct 2, 2019 · 1 comment
Assignees

Comments

@yurem
Copy link
Contributor

yurem commented Oct 2, 2019

Couchbase Analytics service allows to to search without creating indexes. It's dedicates server which do search without data update. This will help us with SCIM which uses custom attributes. And as result requires more and more indexes for proper work.

@yurem yurem self-assigned this Oct 2, 2019
@yurem
Copy link
Contributor Author

yurem commented Oct 3, 2019

Alternative solution is to use adaptive indexes.
For example:

CREATE INDEX `def_gluu_user_all2` ON `gluu_user`(DISTINCT PAIRS(self)) WHERE objectClass = "gluuPerson"
CREATE INDEX `def_gluu_user_all` ON `gluu_user`(DISTINCT PAIRS(uid, mail, custom1, custom2, etc)) WHERE objectClass = "gluuPerson"

@yurem yurem transferred this issue from GluuFederation/oxCore May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant