stevemeyers.net
Steve Meyers | Presentations
http://www.stevemeyers.net/category/presentations
Currently viewing the category: "Presentations". Speaking at the Dutch PHP Conference. April 9, 2014. Middot; Add Comment. I’ll be giving a talk and a workshop at the Dutch PHP Conference this June. I’ll be giving a workshop on database optimization techniques for web developers, as well as a presentation on web sockets in PHP. It’s my first out-of-country conference, so I’m excited to meet some new people and see what there is [.]. Slides from OpenWest 2013 presentations. May 2, 2013. Middot; Add Comment.
stevemeyers.net
Steve Meyers | MySQL Forks: MariaDB
http://www.stevemeyers.net/2013/11/mysql-forks-mariadb.html
MySQL Forks: Percona Server. MySQL Forks: Other Derivatives. November 21, 2013. Part of an article originally published in the article MySQL Forks: Which one is right for me? Published in the June edition. The preceding portions of the article are available:. A Brief History of MySQL. Having left Sun in September 2008, Monty Widenius started Monty Program AB. Named after his daughter Maria. MariaDB aims to be a true community-developed database server. They welcome patches from anyone who wishes to c...
stevemeyers.net
Steve Meyers | 15 experience as a MySQL DBA, web software architect, and system administrator, with an emphasis on scalability | Page: 2
http://www.stevemeyers.net/page/2
Optimizing MySQL: Batching your write queries. July 29, 2013. One optimization that I’ve employed several times involves batching write queries. MySQL has some very efficient ways to load multiple rows of data in a single query. Multi-row inserts are one common way to do it, but if you’re adventurous you can also try using LOAD DATA INFILE. Multi-row inserts are just what you would [.]. Article in php[architect] about MySQL forks. June 26, 2013. Expandable RAID on Linux. June 25, 2013. Middot; Add Comment.
stevemeyers.net
Steve Meyers | MySQL Forks: A Brief History of MySQL
http://www.stevemeyers.net/2013/11/a-brief-history-of-mysql.html
The potential problems with MySQL forks. MySQL Forks: The Current State of Oracle MySQL. MySQL Forks: A Brief History of MySQL. November 1, 2013. Originally published in the article MySQL Forks: Which one is right for me? Published in the June edition. Next week: The current state of Oracle MySQL. Click to email this to a friend (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on Google (Opens in new window). Click to share on Tumblr (Opens in new window).
stevemeyers.net
Steve Meyers | Uncategorized
http://www.stevemeyers.net/category/uncategorized
Currently viewing the category: "Uncategorized". Why do we need HTTPS everywhere? April 23, 2015. There has been a lot of talk in the tech news recently about encrypting internet traffic, and more specifically about using HTTPS on all websites. The organizations behind Let’s Encrypt are working on a simple, free way to implement web server encryption. The Electronic Frontier Foundation has a browser plugin that automatically upgrades sites to [.]. MySQL man pages are no longer GPL (UPDATED). June 18, 2013.
stevemeyers.net
Steve Meyers | Steve Meyers
http://www.stevemeyers.net/author/fridgesm
Posts by: "Steve Meyers". Why do we need HTTPS everywhere? April 23, 2015. There has been a lot of talk in the tech news recently about encrypting internet traffic, and more specifically about using HTTPS on all websites. The organizations behind Let’s Encrypt are working on a simple, free way to implement web server encryption. The Electronic Frontier Foundation has a browser plugin that automatically upgrades sites to [.]. Speaking at the Dutch PHP Conference. April 9, 2014. Middot; Add Comment. I was ...
stevemeyers.net
Steve Meyers | Query Optimization
http://www.stevemeyers.net/category/query-optimization
Currently viewing the category: "Query Optimization". Optimizing MySQL: Batching your write queries. July 29, 2013. One optimization that I’ve employed several times involves batching write queries. MySQL has some very efficient ways to load multiple rows of data in a single query. Multi-row inserts are one common way to do it, but if you’re adventurous you can also try using LOAD DATA INFILE. Multi-row inserts are just what you would [.]. HandlerSocket performance depends on how you use it…. I ran acros...
stevemeyers.net
Steve Meyers | MySQL Forks: Conclusions
http://www.stevemeyers.net/2013/12/mysql-forks-conclusions.html
MySQL 5.6 has better command-line password security… or does it? Speaking at the Dutch PHP Conference. December 11, 2013. Middot; Add Comment. Part of an article originally published in the article MySQL Forks: Which one is right for me? Published in the June edition. The preceding portions of the article are available:. A Brief History of MySQL. Who should use Oracle MySQL? Oracle’s MySQL Server is a great product, and is currently the default choice for most. Most users do not need the perfor...Others ...
stevemeyers.net
Steve Meyers | MySQL Forks: The Current State of Oracle MySQL
http://www.stevemeyers.net/2013/11/the-current-state-of-oracle-mysql.html
MySQL Forks: A Brief History of MySQL. MySQL Forks: Percona Server. MySQL Forks: The Current State of Oracle MySQL. November 7, 2013. Part of an article originally published in the article MySQL Forks: Which one is right for me? Published in the June edition. The preceding portion of the article is available:. A Brief History of MySQL. Oracle is the “official” distributor of MySQL. Scalability enhancements for multi-core systems. The Performance Schema is available for diagnosis of server slowdowns.
stevemeyers.net
Steve Meyers | System Administration
http://www.stevemeyers.net/category/system-administration
Currently viewing the category: "System Administration". Expandable RAID on Linux. June 25, 2013. Middot; Add Comment. Have you ever wanted to have a Drobo-like ability to add a disk to your RAID array and have the storage just expand to fill it? I’ve been toying around with a way to do just that. The theory (mostly in my head so far) is that you create stripes across your disks of RAID [.]. Event-driven Programming with ReactPHP. Database Optimization for Web Developers.