diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-09 02:19:31 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-09 02:19:31 +0000 |
commit | 03e4d762c91048690db686008a81da8390a4c295 (patch) | |
tree | 6db3b867058dfcc39172fb6808a3056a24deecd3 /phpBB/docs/coding-guidelines.html | |
parent | 36f95d545bcbdf7477d91be3409cc325f511d61c (diff) | |
download | forums-03e4d762c91048690db686008a81da8390a4c295.tar forums-03e4d762c91048690db686008a81da8390a4c295.tar.gz forums-03e4d762c91048690db686008a81da8390a4c295.tar.bz2 forums-03e4d762c91048690db686008a81da8390a4c295.tar.xz forums-03e4d762c91048690db686008a81da8390a4c295.zip |
this is pretty neat.
- We save a nasty query from every new topic and reply. We can do this because we are in a transaction, asking the database what is the newest info would just return the post_id we just inserted
- editting is now far cheaper if it turns out the newest post has been editted.
- switch the globality of a topic (making it global/unglobal) is now cheaper by a lot. If it turns out that we have changed the universe in any important way we can easily fix things much faster than before.
git-svn-id: file:///svn/phpbb/trunk@7507 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
0 files changed, 0 insertions, 0 deletions