mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
This is the end of random seek access to rows. If you have a compelling reason as to why they should stay, contact me. Else, they are gone forevermore... The following API calls are deprecated: acm::sql_rowseek() -> no replacement $db->sql_fetchfield($field, $rownum = false, $query_id = false) -> $db->sql_fetchfield($field, $query_id = false) Initial tests show that phpBB3 over four percent of memory against phpBB3.1 on an empty board. So far so good :) Other cool things: db2, MS SQL ODBC and MS SQL 2005 all use less memory because they do not need to reference the last executed query to handle random access seeks :) P.S. The crazy people using SVN: please report any issues with the new way we itterate through caches, I do not want to miss anything :) git-svn-id: file:///svn/phpbb/trunk@8372 89ea8834-ac86-4346-8a33-228a782c2dd0 |
||
---|---|---|
.. | ||
add_permissions.php | ||
adjust_avatars.php | ||
adjust_bbcodes.php | ||
adjust_magic_urls.php | ||
adjust_sizes.php | ||
adjust_smilies.php | ||
adjust_uids.php | ||
adjust_usernames.php | ||
benchmark.php | ||
calc_email_hash.php | ||
change_smiley_ref.php | ||
create_schema_files.php | ||
create_variable_overview.php | ||
fill.php | ||
fix_files.sh | ||
generate_utf_casefold.php | ||
generate_utf_confusables.php | ||
generate_utf_tables.php | ||
lang_duplicates.php | ||
merge_attachment_tables.php | ||
merge_post_tables.php | ||
mysql_upgrader.php | ||
nuke-db.php | ||
regex.php | ||
repair_bots.php | ||
search_fill.php | ||
unicode_testing.php | ||
utf_normalizer_test.php |