J
James Palmer
Guest
Workgroup is going to be very limiting. Increasing the packet size isn't going to help you much as they will still only get the same default amount of data stuffed into them without being able to tweak all of the buttons under the hood. -lruskips is also not available to you. You also won't be able to change -spin which could help performance in conjunction with some other changes. How big is the database on disk? The only real parameter you may benefit from increasing off the top of my head without further investigations would be -B. Assuming you are actually on a 64bit executable then you can increase this quite drastically, if you have the RAM available. The number here is the number of database blocks to use as a buffer in memory. You DB block size is 4096 bytes, so multiply the value you set here by 4096 to calculate the memory usage. Unfortunately if the executables are 32 bit you won't be able to address more than around 2GB of memory so you will be limited quite heavily what you can increase this to.
Continue reading...
Continue reading...