|
SEF Service Map has two kinds of butli-in cache: one based on database or file system. Database cache is recommended for services, which disallow write access permission on file system. Both solutions decrease server load in different ways. In case of file system cache, the number of queries to database is decreased and in case of database cache ? processor load (simultaneously with the number of queries to database). |