An interesting concept for MySQL

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

An interesting concept for MySQL

Unread post by Highland »

Apologies for the strangeness of the links. I had to get around mod_security. Copy the URL fragments in parenthesis and put them after http://jpipes.com/index.php?

I went to Zendcon (the official PHP conference) this year and met Jay Pipes. He's a very colorful character who happens to be on the Sun payroll doing open source stuff (used to be the MySQL spokesman and now works on Drizzle). I read him off and on because he sometimes has good insight into SQL (his Join-Fu slides (/archives/239-Slides-for-Join-Fu-The-Art-of-SQL-I-and-II.html) are a must read for anyone who uses MySQL).

Anyways, he stirred the pot recently with his post advocating MySQL basically start over (/archives/276-My-advice-to-MySQL.html). The meat of the post
Clean up the abysmal messiness of the code base: Refactor, decruft, and standardize the code base to a C99 (minimal), warning-free, environment that uses stdint, stdbool, proper STL templates, and other stuff that is now standard for 5+ years. Clear your heads of the premature optimization syndrome that infects the code base and makes it messy and cluttered. You will find that there are many community resources that would be happy to help in this effort.
I figured this could be an interesting discussion since people here actually compile the stuff and use it. So what are your thoughts?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

I defer to the more nerdcore SQL people on stuff like this. If they put it out, I dont see a problem adding it to [atomic]
Post Reply