The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
In general, I thought that filereads were faster, right?
|
#12
|
|||
|
|||
Quote:
Reading from memory will be quicker then any sort of read on the HDD |
#13
|
||||
|
||||
Amy I think you're worrying too much about the query-side of things. Whilst as programmers we strive to make our sites as efficient as possible simple select queries even with joins, aren't that resource intensive. You can optimize them further by adding indexes as well. Anyways, database retrieval is far faster than retrieving from a file
|
#14
|
||||
|
||||
DB systems are more optimized that file searches, so i'd always use DB instead of files.
but of course, depending on your loadbalance, a file can sometimes be more usefull |
#15
|
||||
|
||||
Thanks, Dean
I'm really working right now on improving the efficiency and security of my php coding. I'm trying to learn as much as possible to make some bigger things I'm working on better. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|