How to make the dbms file size to be small?

Login to reply to this topic.
Thu, 2007-08-09 07:07
Joined: 2007-08-08
Forum posts: 2

I develop a dbms application to do some queries,and the dbms file size is more than 10MB,so make the query speed down.
Is there anyone tell me how to make the dbms file size to be small? thanks!


Thu, 2007-08-09 07:50
Joined: 2004-05-21
Forum posts: 285
Re: How to make the dbms file size to be small?

Run RDbDatabase::Compact. This will help if you had lot of delete operations. If it still doesnt help then try normalising tables and avoid data redundancy.

Cheers,
Sri

Thu, 2007-08-09 08:31
Joined: 2007-08-08
Forum posts: 2
Re: How to make the dbms file size to be small?

I try to Run RDbDatabase::Compact,It really work!Now,the file size become to be 10 pecents of the old one.
thank you very much!

Fri, 2007-08-10 02:34
Joined: 2007-04-29
Forum posts: 51
Re: How to make the dbms file size to be small?

Under
» Symbian OS v9.1 » Symbian OS guide » System libraries » Using DBMS » Interface to DBMS databases » Database compression

there are some cues and notes

  • Login to reply to this topic.