- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Good old Open Source
Collapse
X
-
-
Comment
-
Comment
-
Originally posted by TheFaQQer View PostI think Nick should be a moderator, as a reward for his help.
It is not out of fear that I do not abuse the mods, it is out of pity.My all-time favourite Dilbert cartoon, this is: BTW, a Dumpster is a brand of skip, I think.Comment
-
Originally posted by RichardCranium View PostHaving been a moderator for Usenet newsgroups and mailing lists, I can assure you it is no reward.Comment
-
I wonder whether the newer version of vBSEO would make any difference. Not knowing what runs on the site, I have no idea - just something else to throw into the mix.Comment
-
-
Originally posted by xchaotic View Postit's test, please delete, sho why don't you delete it after all?
HTHǝןqqıʍComment
-
Comment
-
Originally posted by administrator View PostReports of use of INNODB over MyISAM - good to stop table locking, which may be the problem here, but users often end up going back to MyISAM due to performance issues from threads that I have read in the past.
Various folks have done it with Drupal, usually needing to hack it a bit to do certain things in a more InnoDB friendly way, and the current development version (V7 - the next major release) uses InnoDB as the default.
Yes, what suits Drupal won't necessarily fit VBulletin requirements, but there's some good experience out there which is probably highly relevant.
Converting your Drupal MySQL database from MyISAM to InnoDB - do follow the links here
In particular, search tables are probably best left as MyISAM, and the default buffer pool sizes for InnoDB are pitifully low.
Referring back to:
Originally posted by realityhack View PostI've just changed all my InnoDB tables back to MyISAM because:
a) InnoDB seemed to use more memory
b) InnoDB causes load to go up - changing back to MyISAM dropped my loads down by 90%!!!
c) InnoDB used more hard disk space
d) InnoDB is slower than MyISAM- Yes it can use more memory, but that also gives faster performance
- In one case I read about, this was because it was actually doing more useful work - i.e. the bottleneck had shifted
- dumping the MyISAM database by primary key apparently solves this
- Way too general a statement - it depends on what it's being asked to do
MySQL Engines: MyISAM vs. InnoDB again follow the links
MySQL InnoDB: performance gains as well as some pitfalls - take note of the stuff about locking, autoincrement fields and SELECT (*) COUNT (SELECT (*) MAX is better if that fits the app).
InnoDB Performance Tuning
I got this little lot from Googling "drupal 7 innodb" - there were plenty more hits.Last edited by Sysman; 17 November 2009, 14:44.Behold the warranty -- the bold print giveth and the fine print taketh away.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Is it legal to work remotely from Europe via a UK company? Today 22:44
- Autumn Budget 2025 set for Nov 26, ‘putting contractors on watch’ Yesterday 15:13
- November 2025 Companies House ID rules contractors must follow Sep 3 19:12
- When agencies sink with your contractor invoice: a legal guide Sep 2 17:14
- Reeves ‘to raise VAT registration threshold to £100,000’ Sep 1 06:37
- When your agency shuts: a recruiter’s 5 tips if you’re unpaid Aug 29 06:57
- What the 2025 employment status review means for contractors Aug 28 06:39
- Contractors, Autumn Budget 2025 is set to extend the big income tax freeze Aug 27 07:15
- Labour to run employment status consultation ‘before 2026’ Aug 26 05:03
- Contractors, AI is making the CV’s death knell louder Aug 22 22:13
Comment