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

Explain Analyze breaks with recommendation #3

Open
Sarwat opened this issue Nov 26, 2013 · 2 comments
Open

Explain Analyze breaks with recommendation #3

Sarwat opened this issue Nov 26, 2013 · 2 comments
Assignees
Labels

Comments

@Sarwat
Copy link
Collaborator

Sarwat commented Nov 26, 2013

EXPLAIN ANALYZE breaks with a recommendation query. To reproduce the problem, first load the MovieLens dataset and then perform the following queries:

CREATE RECOMMENDER MovieRec ON ml_ratings USERS FROM userid ITEMS FROM itemid EVENTS FROM ratingval USING itemcoscf;

Then execute the following:

EXPLAIN ANALYZE SELECT * FROM ml_ratings RECOMMEND itemid TO userid ON ratingval USING itemcoscf WHERE userid = 1 ORDER BY ratingval LIMIT 10;

The back-end ends unexpectedly and returns a segmentation fault.

Note that EXPLAIN alone works just fine.

@ghost ghost assigned TheSoundDefense Nov 26, 2013
@TheSoundDefense
Copy link
Collaborator

This is an unexpected side effect of the latest optimization (enhanced user filtering). Working on a fix.

@jmealo
Copy link

jmealo commented May 24, 2016

@TheSoundDefense Any update on this? Kudos on your great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants