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

Sec. Indexes: Implement non-unique indexes (querying excluded) #297

Closed
Tracked by #201
AndrewSisley opened this issue Mar 15, 2022 · 0 comments · Fixed by #1450
Closed
Tracked by #201

Sec. Indexes: Implement non-unique indexes (querying excluded) #297

AndrewSisley opened this issue Mar 15, 2022 · 0 comments · Fixed by #1450
Assignees
Labels
area/query Related to the query component feature New feature or request priority/high
Milestone

Comments

@AndrewSisley
Copy link
Contributor

Part of #201

Use posting list

@AndrewSisley AndrewSisley added the feature New feature or request label Mar 15, 2022
@jsimnz jsimnz added this to the DefraDB v0.3 milestone Mar 15, 2022
@jsimnz jsimnz added the area/query Related to the query component label Mar 15, 2022
@AndrewSisley AndrewSisley self-assigned this Mar 17, 2022
@AndrewSisley AndrewSisley modified the milestones: DefraDB v0.3, DefraDB v0.4 Jul 7, 2022
@fredcarle fredcarle modified the milestones: DefraDB v0.4, DefraDB v0.5 Dec 6, 2022
@jsimnz jsimnz modified the milestones: DefraDB v0.5, DefraDB v0.6 Mar 23, 2023
@islamaliev islamaliev changed the title Sec. Indexes: Implement non-unique indexes Sec. Indexes: Implement non-unique indexes (querying excluded) Jun 2, 2023
islamaliev added a commit that referenced this issue Jun 19, 2023
Resolves #297 

## Description

This change introduces first functionality for secondary indexes which
includes:
- specifying index for a collection as part of the collection schema and
parsing it
- mocks for interfaces the index functionality depends on
- db methods to create, delete and retrieve indexes
- storing index data in the system storage
- storing indexed fields' values to data storage
- change to the testing framework to allow testing of indexes

This change doesn't include using indexes for fetching data for queries to
keep the PR smaller.
shahzadlone pushed a commit to shahzadlone/defradb that referenced this issue Feb 23, 2024
Resolves sourcenetwork#297 

## Description

This change introduces first functionality for secondary indexes which
includes:
- specifying index for a collection as part of the collection schema and
parsing it
- mocks for interfaces the index functionality depends on
- db methods to create, delete and retrieve indexes
- storing index data in the system storage
- storing indexed fields' values to data storage
- change to the testing framework to allow testing of indexes

This change doesn't include using indexes for fetching data for queries to
keep the PR smaller.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/query Related to the query component feature New feature or request priority/high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants