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

Provide ability to specify temporary TempCacheLimit value during restore via command line switch [CORE4328] #4651

Open
firebird-automations opened this issue Jan 30, 2014 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pavel-zotov

Is related to CORE3787

Votes: 4

Building indexes when restoring database takes lot of time if TempCacheLimit is not properly selected BEFORE beginning of this operation.
The default value of TempCacheLimit (64M) mean that almost all sorting info will be swapped onto TempDirectories folder(s).
And even if TempDirectories is set to /dev/shm ("ram disk") - it is not panacea because as soon as total size of TempCacheLimit is exceeded the speed of writing immediatelly decreases.

It will be useful to implement command line switch to GBAK utility for setting TempCacheLimit to some value - only at the time of restoring.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

summary: Provide ability to select size of TempCacheLimit during restore via command line switch => Provide ability to specify temporary TempCacheLimit value during restore via command line switch

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is related to CORE3787 [ CORE3787 ]

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