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

Secondary Indexes #89

Merged
merged 1 commit into from
Apr 23, 2020
Merged

Secondary Indexes #89

merged 1 commit into from
Apr 23, 2020

Conversation

Hydrocharged
Copy link
Contributor

This has been cleaned up and whatnot, so you can give this an earnest look. Most things are a deletion, since I chose to go about things a bit differently than it was already coded in, but overall there are relatively few new additions. I also removed a lot of the temporary code that was hanging around, as it turns out most of it wasn't needed.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the overall interface and implementation look good, with one major exception: I don't think we should abandon the pilosa index driver implementation yet. You should keep the existing index creation code around, and trigger it (via a different kind of plan node) based on a USING clause that isn't btree or hash. We might rip it out eventually, but if we are going to hard fork this project we do need to keep support for pilosa, at least in the short term.

sql/index.go Outdated Show resolved Hide resolved
sql/core.go Show resolved Hide resolved
sql/parse/parse.go Outdated Show resolved Hide resolved
sql/parse/parse.go Outdated Show resolved Hide resolved
@Hydrocharged Hydrocharged force-pushed the daylon/indexes branch 2 times, most recently from 65c8f2c to a7094b7 Compare April 23, 2020 02:20
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a couple comments

sql/parse/parse.go Show resolved Hide resolved
sql/plan/alter_index.go Outdated Show resolved Hide resolved
Signed-off-by: Daylon Wilkins <daylon@liquidata.co>
@Hydrocharged Hydrocharged merged commit 4a87943 into ld-master Apr 23, 2020
@Hydrocharged Hydrocharged deleted the daylon/indexes branch April 23, 2020 18:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants