mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Misc.
This commit is contained in:
parent
12855ebada
commit
cec668d7fd
@ -67,7 +67,7 @@ API
|
|||||||
SECURITY
|
SECURITY
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
* Members of administrative windows groups are not mapped to SYSDBA any more
|
* Members of administrative Windows groups are not mapped to SYSDBA any more
|
||||||
by default. Mapping is controlled on per-database basis using SQL command
|
by default. Mapping is controlled on per-database basis using SQL command
|
||||||
ALTER ROLE RDB$ADMIN SET/DROP AUTO ADMIN MAPPING.
|
ALTER ROLE RDB$ADMIN SET/DROP AUTO ADMIN MAPPING.
|
||||||
See README.trusted_authentication for details.
|
See README.trusted_authentication for details.
|
||||||
|
@ -35,9 +35,9 @@ password are set using some other method):
|
|||||||
(Alex Peshkov, peshkoff@mail.ru, 2008)
|
(Alex Peshkov, peshkoff@mail.ru, 2008)
|
||||||
|
|
||||||
Nbackup performs two logical groups of operations - locking/unlocking database
|
Nbackup performs two logical groups of operations - locking/unlocking database
|
||||||
and backup/restore it. It's absolutely no use duplicating locking/unlocking in
|
and backup/restore it. It's doesn't make sense duplicating locking/unlocking in
|
||||||
services, cause that functionality is present remotely in much better from any
|
services, cause that functionality is present remotely in much better (from any
|
||||||
point of view SQL language interface (ALTER DATABASE). But backup and restore
|
point of view) in SQL language interface (ALTER DATABASE). But backup and restore
|
||||||
must be run on localhost and the only way to access them is nbackup utility.
|
must be run on localhost and the only way to access them is nbackup utility.
|
||||||
Therefore expanding services API with this functionalty is very useful.
|
Therefore expanding services API with this functionalty is very useful.
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ The drawbacks are the following:
|
|||||||
* Somewhat ineffective memory usage (same as for Classic)
|
* Somewhat ineffective memory usage (same as for Classic)
|
||||||
|
|
||||||
* High lock table contention (due to page locks), so it requires careful tuning
|
* High lock table contention (due to page locks), so it requires careful tuning
|
||||||
the lock manager confuguration (again, same as for Classic)
|
the lock manager configuration (again, same as for Classic)
|
||||||
|
|
||||||
* Server crash affects all user attachments (same as for SuperServer)
|
* Server crash affects all user attachments (same as for SuperServer)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user