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

Create specific data location for indices (move from work) #473

Closed
kimchy opened this issue Nov 3, 2010 · 1 comment
Closed

Create specific data location for indices (move from work) #473

kimchy opened this issue Nov 3, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Nov 3, 2010

Initially, the idea was that work consisted of transient data, but, with the local gateway and the fact that indices gets reused with shared gateway, the data location (where indices are stored) is quite important.

Now, the following are the paths:

path.data: path to where data will be placed. Defaults to ES_HOME\data.
path.logs: path to logs location. Defaults to ES_HOME\logs.
path.work: path to temporary data created. Defaults to ES_HOME\work.

In order to upgrade to new version, the simplest thing to do is rename work to data. If path.work is set to point to the data location storage, change it to path.data.

@kimchy
Copy link
Member Author

kimchy commented Nov 3, 2010

Create specific data location for indices (move from work), closed by 6804c02.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…pull request elastic#473)

Removed duplicate code from VOD lambda

Looks like a copy/pasty error.


Approved-by: Can Yildiz
costin added a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
This commit implements the night-rally specific changes
triggered by the new Vault tree structure[1].

[1] elastic/elasticsearch-benchmarks#485
This issue was closed.
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