|
karthic Wanderer
Joined: 28 Aug 2001 Posts: 86 Location: USA
|
Posted: Tue Jan 01, 2002 9:29 pm
zuggestion for zugg for next version |
if you could make the database any faster..it would help alot...
its runs REALLLLLLLy slow once you get a few thousand items in it....
grin
karthic
karthic |
|
|
|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Mon Jan 07, 2002 7:28 pm |
Get a faster computer
For tomarrow is another day, and other days come but 6 times a week. |
|
|
|
iljhar GURU
Joined: 10 Oct 2000 Posts: 1116 Location: USA
|
Posted: Mon Jan 07, 2002 11:07 pm |
Umm...not all of us have the money to upgrade our computers :P
What problems do you have? Is it at start-up? Is it when trying to access the db? Is it when inserting/updating items in the db? Maybe your code could perhaps be optimized a bit? If it's not too long, post it here so we can see if there's anything we can do to help you.
Iljhar |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Jan 07, 2002 11:42 pm |
Also, the database does not use a database engine that is really that powerful or fast. Zugg did not want to have to include all of the extra dll's needed for this so he just use the tools available to him in Delphi. It is not that devoloped and optimized so the datbase in zMUD will never be as fast as what you might see in something like Access.
Kjata |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jan 08, 2002 12:32 am |
Yep, as Kjata said, the database module in zMUD was never intended as a "real" database with fast searching, etc. It works fine for limited eq database and stuff like that, but there is no index, so searching is the slow "start at the beginning and check each record" method. I doubt this will change since adding a "real" database would increase the zMUD download size by a couple of megabytes. I'd love to use something like ADO for the database engine, but many people are running older versions of Windows without ADO, so it makes support a nightmare.
My suggestion if you want to use a fast database is to put your database into a commercial DB tool like MS Access, then use the COM interface commands in zMUD to access the database.
|
|
|
|
karthic Wanderer
Joined: 28 Aug 2001 Posts: 86 Location: USA
|
Posted: Tue Jan 08, 2002 1:59 am |
guess.., i'll try to start learin how to interface zmud with other applications..
i have a 1.2 ghz.. with ove 512 ram..
grin
faster comp?
gezz
but.. you know.. it would be nice to have it faster...
oh.. the speed is laggin in queryin the db...
wave
karthic
karthic |
|
|
|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Tue Jan 08, 2002 4:26 am |
It was a smartass comment. Kinda like a joke.. Laugh
For tomarrow is another day, and other days come but 6 times a week. |
|
|
|
karthic Wanderer
Joined: 28 Aug 2001 Posts: 86 Location: USA
|
Posted: Sun Jan 13, 2002 1:03 am |
if anyone knows how to link zmud and access(details) together... please tell me.. need help with knowin all the objects,... how to find.. blah blah.. thanks
karthic
karthic |
|
|
|
|
|