Demonen
- Website: fredrikvold.info/
- About: I'm just a lowly software developer in a huuuuuge company, and I try to do my part. Cog in the machine!
Recent Actions
-
Posted Never mind! to Demonen's Rewrite
The rewrite was cancelled.
This is in part because of cost, and also because the client involved are, in the long term, including the functionality in their SAP "solution".
I could rant for several megabytes about how this is a silly desicion, but it was made so far above my head I…
-
Commented on Can I just do my job?
Where do you work? Are they hiring? ;)...
-
Posted Can I just do my job? to Demonen's Rewrite
One thing I've learned over the last few months is that nothing happens quickly or easily in a company of over 125.000 people.
My rewrite effort has been bogged down in security certifications and other time-consuming stuff, so I've been unable to sit down and do much actual code.
In… -
Posted Catalyst? Really? to Demonen's Rewrite
I've been so busy doing Actual Work that I've forgotten to write about doing it!
Now that a lot of the modules I'll be using are more or less in place, including my new centralized security where "everything" will go to get permission to do "anything", it's time to start sowing the modifie…
-
Commented on To switch or not to switch - The MySQL Question
Thanks JT, I'll compile a document for our server guys to try and convince them....
-
Commented on To switch or not to switch - The MySQL Question
JT: What's your source on this? I can't really find anything concise on it over at the Percona site. chris: That's already being done for the long-term reporting, but something like 90% of the reporting needs are real-time, or at...
-
Posted Rebuilding the model to Demonen's Rewrite
Yesterday I decided to stay with MySQL, but today I face something a little more creative: What should the data model look like?
So far today I've collected a list of all the information I would like…
-
Commented on To switch or not to switch - The MySQL Question
Aristotle: Yeah, the whole 0000-00-00 IS (SOMETIMES) NULL thing makes me not trust date/datetime/time/timestamp for nullness, and always use <= 0000-00-01 or something silly like that. Also, it's a bad experience with TEXT in the past that has me putting...
-
Commented on To switch or not to switch - The MySQL Question
Thanks for the heads up on Percona, guys. I just deployed it on my private VPS and gave it a quick whirl, and it certainly is a 100% drop-in replacement. I host a small forum there, and I don't even...
-
Commented on To switch or not to switch - The MySQL Question
Yes, I've had the COUNT return inaccurate values before, and it's no fun at all, which is one of the reason we've stopped MyISAM usage entirely. My own humble tests suggest that PostgreSQL is measurably slower to COUNT() than MyISAM,...
-
Posted To switch or not to switch - The MySQL Question to Demonen's Rewrite
Before I let my enthusiasm overpower me and jump into this rewrite with all it's worth, I have to take a long and hard look at what technologies are being used, and what I want to replace them with.
Swapping out Class::DBI with
-
Commented on And so it begins
I'd like that a lot, but since you've left me no way to contact you, that might turn out to be hard. :)...
-
Posted And so it begins to Demonen's Rewrite
So, yeah, here I am.
I'm about to embark on a project to rewrite a mod_perl2 application to Catalyst.
I promised mst I would blog about it, or otherwise make the process known, so that others might follow my example.
Comment Threads
-
Mike Friedman commented on
To switch or not to switch - The MySQL Question
@Aristotle, so what you're saying is MySQL is just like Perl? :)
-
JT Smith commented on
To switch or not to switch - The MySQL Question
The "less issues" comment is referring to some of the patches that Percona applies to their releases. They have a few extra patches applied that fix some long time bugs, table corruption issues, and some performance bottlenecks. Basically, it comes down to Percona being more on the ball than MySQL/Sun/Oracle is. Eventually mainline MySQL will probably do everything Percona does, but by then Percona will have new releases out that do more than what mainline MySQL does.
-
chris fedde commented on
To switch or not to switch - The MySQL Question
In addition to raw database performance you may also choose to consider periodic roll up of reporting data into summary bucket structures such as star schema or data cubes. The idea here is that most of the counting is done in the periodic batch and then reporting itself is only doing sums over the buckets.
-
JT Smith commented on
To switch or not to switch - The MySQL Question
For the extra feature list you can go to the comparison table on their site:
http://www.percona.com/software/percona-server/feature-comparison/
A lot of the neat indexing / locking / buffering stuff for performance is listed at the bottom of that chart.
And their benchmarks can be found here:
http://www.percona.com/software/benchmarks/
And the bug patching stuff is an ongoing deal. You pretty much need to read the f…
-
Aristotle commented on
To switch or not to switch - The MySQL Question
Mike: would that it were. MySQL actually is a lot like PHP.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.