-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
optimization after first data download #105
Comments
Hi @stefanocudini, In the future, we're probably going to move away from using that filesystem layout and go directly to sqlite, which you can try out today by setting |
@orangejulius I updated the wos module to the latest version and it seems to me that now only sqlite files are present, can you confirm that sqlite is now the default: true? good job! |
Hi @stefanocudini, yes since pelias/whosonfirst#487 only sqlite is supported by pelias 😄 |
@Joxit my reference data before updating this plugin was more than 1 year ago |
hi,
I was trying to optimize my pelias installation by the clone this repo.
I wanted to try to figure out which data in the directory
/data
are cached or are data reused in future imports, I need to understand how to optimize disk spaceFor example, I understand that whosonfirst data is a files geojson that is subsequently loaded into the sqlite database, so after executing the command
pelias download wof
I can free up the space used by the directory
/data/whosonfirst/data/*
then after imports of other datasource.. pelias will use the sqlite databases for adminLookup right?
The text was updated successfully, but these errors were encountered: