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

IndexWriter should let you optionally enable reader pooling [LUCENE-2297] #3373

Closed
asfimport opened this issue Mar 5, 2010 · 2 comments
Closed

Comments

@asfimport
Copy link

asfimport commented Mar 5, 2010

For apps using a large index and frequently need to commit and resolve deletes, the cost of opening the SegmentReaders on demand for every commit can be prohibitive.

We an already pool readers (NRT does so), but, we only turn it on if NRT readers are in use.

We should allow separate control.

We should do this after #3370.


Migrated from LUCENE-2297 by Michael McCandless (@mikemccand), resolved Mar 22 2010
Attachments: LUCENE-2297.patch
Linked issues:

@asfimport
Copy link
Author

Michael McCandless (@mikemccand) (migrated from JIRA)

Adds IWC.set/getReaderPooling.

@asfimport
Copy link
Author

Michael McCandless (@mikemccand) (migrated from JIRA)

Fixed on newtrunk.

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