Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
清空数据库服务器高速缓存中的当前数据库的所有页。
sa_flush_cache( )
数据库管理员可以使用此过程来清空数据库服务器高速缓存中的当前数据库内容。这在测量性能以确保得到可重复的结果时很有用。
您必须具有 SERVER OPERATOR 系统特权。
无
以下示例清空数据库服务器高速缓存中当前数据库的所有页。
CALL sa_flush_cache( );