Asp.net中使用Sqlite数据库的方法
Specify cache size(指定Cache大小) Specify page size(指定页大小) Data Source=filename;Version=3;Page Size=1024; Disable enlistment in distributed transactions Data Source=filename;Version=3;Enlist=N; Disable create database behaviour(禁用创建数据库行为) Limit the size of database(限制数据库大小) Data Source=filename;Version=3;Max Page Count=5000; The Max Page Count is measured in pages. This parameter limits the maximum number of pages of the database. Data Source=filename;Version=3;Journal Mode=Off; Persist the Journal File(持久) Data Source=filename;Version=3;Journal Mode=Persist; Controling file flushing Data Source=filename;Version=3;Synchronous=Full; Full specifies a full flush to take action after each write. Normal is the default value. Off means that the underlying OS flushes I/O's. (编辑:晋中站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |