- 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
-
Having been a moderator for Usenet newsgroups and mailing lists, I can assure you it is no reward.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
-
WHS with bells on. Not a job to be envied at times. And if someone really wants to be a mod, they probably shouldn't be allowed to be one, if you catch my drift.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
-
-
Because it must remain until the end of the universe.Originally posted by xchaotic View Postit's test, please delete, sho why don't you delete it after all?
HTHǝןqqıʍComment
-
Comment
-
I've been looking at implementing InnoDB on and off for a while now, (though have held off because I'm using a shared hosting solution and can't knobble the MySQL parameters).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
- HMRC abandons PGMOL football referees case: Are contractors and IR35 hit? Today 05:09
- Crypto tax and contractors: What HMRC’s new cryptoasset research really means Yesterday 04:03
- Crypto Tax and Contractors: What HMRC's New Cryptoasset Research Really Means Yesterday 04:03
- Profit and loss accounts set for public filing at Companies House from 2028 — what it means for your contractor business Jun 30 03:38
- UK IT Contractors: How to land Forward Deployed Engineer roles beyond Palantir, Anthropic and OpenAI Jun 29 05:52
- The 3 highest-paying software contractor jobs right now, and what they actually pay Jun 25 03:52
- The beginning of the end for Boox ‘MSC’ contractors has begun. Check back in 2031 Jun 24 06:25
- Andy Burnham as prime minister ‘would cut both ways for self-employed contractors’ Jun 23 02:18
- The 3 highest-paying software contractor jobs right now, and what they actually pay Jun 22 15:52
- Taxman tells contractors that only four new tax avoidance schemes needed avoiding in Q2 Jun 22 05:47


Comment