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

djapian change table is updated when a model's non-indexed field is updated #80

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

One of my models contain a field "views" that gets updated every time a
user accesses a row in the model.

This field is not indexed by djapian although other columns in this model
are indexed. Now every time a row in this model gets accessed, the no of
views get incremented which in turn causes djapian to add a update row in
its "change table".

This causes tremendous overhead to my application as it is not necessary to
update the index when a models non-indexed field value changes.

Original issue reported on code.google.com by saraf.saurabh on 16 Sep 2009 at 11:33

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 16 Sep 2009 at 12:25

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by daevaorn on 19 Sep 2009 at 9:18

  • Added labels: Milestone-Release2.5

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

No branches or pull requests

1 participant