core:Properties: Difference between revisions

From eStream Software
(Created page with "==Introduction== By default firebird not fully utilies the RAM. Using this new function user can self allocate size of RAM to be use for each Database. ===Pros=== # Fully use...")
 
Line 3: Line 3:


===Pros===
===Pros===
# Fully use the available RAM in server
* Fully use the available RAM in server
# Increase the database performance
* Increase the database performance


===Cons===
===Cons===
# Will slow down the Server Performance if not careful
* Will slow down the Server Performance if not careful


<div style="float: right;">  [[#top|[top]]]</div>
<div style="float: right;">  [[#top|[top]]]</div>
==Requirement==
* Available Version :
: SQL Accounting : 746 & above
: SQL Payroll  : 130 & above
==Steps==

Revision as of 03:06, 6 September 2017

Introduction

By default firebird not fully utilies the RAM. Using this new function user can self allocate size of RAM to be use for each Database.

Pros

  • Fully use the available RAM in server
  • Increase the database performance

Cons

  • Will slow down the Server Performance if not careful

Requirement

  • Available Version :
SQL Accounting : 746 & above
SQL Payroll  : 130 & above


Steps