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

Runtime architecture configuration [CORE4089] #4417

Closed
firebird-automations opened this issue Apr 23, 2013 · 5 comments
Closed

Runtime architecture configuration [CORE4089] #4417

firebird-automations opened this issue Apr 23, 2013 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

Provide configuration options, both global (defined in firebird.conf) and per-database (defined in databases.conf), that can be used to set up the necessary caching and locking mode, corresponding to the priorly existing architectures.

Two new configuration options are introduced:

- SharedDatabase defines whether a database file is shared at the filesystem level, thus allowing independent connections (possibly running in different processes) to access a database. In the shared database mode, database I/O is synchronized via the lock manager. Otherwise, a database file is opened in the exclusive mode.

- SharedCache defines whether a database page cache is common for all connections running inside this server process.

Compatibility matrix:

- SharedDatabase = false and SharedCache = true means SuperServer
- SharedDatabase = true and SharedCache = false means Classic or SuperClassic
- SharedDatabase = false and SharedCache = false means single-user mode

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Ticket is added for documentation purposes.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0 Alpha 1 [ 10331 ]

assignee: Alexander Peshkov [ alexpeshkoff ]

security: Managers [ 10013 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Cannot be tested

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

2 participants