The linux.conf.au organisers have given all miniconfs an additional few weeks to spruik for more proposal submissions, huzzah! So if you didn’t submit a proposal because you weren’t sure whether you’d be able to attend LCA2010, you now have until October 23 to convince your boss to send you and get your proposal in.
Filed under: Conferences by cafuego on Wednesday, September 30, 2009 | Social tagging: best conference in the world > community > conference > contribute > database > filesystem > lca2010 > linux > linux.conf.au > memcache > mysql > opensolaris > raid > sql > storage > zfs
No Comments »
Since you were going to linux.conf.au 2010 in Wellington, NZ anyway in January of next year, you should submit a proposal to speak at the data storage and retrieval miniconf. If you have something to say about storage hardware, file systems, raid, lvm, databases or anything else linux or open source and storage related, please [...]
Filed under: Conferences by cafuego on Monday, August 24, 2009 | Social tagging: best conference in the world > community > contribute > database > filesystem > linux > linux.conf.au > memcache > opensolaris > raid > sql > storage
No Comments »
I was actually exploring inotify-tools for something else, but they can also be handy for seeing what goes on below a mysqld process. inotify hooks into the filesystem handlers, and sees which files are accessed. You can then set triggers, or just display a tally over a certain period. It has been a standard Linux [...]
Filed under: Software and tools by arjen on Friday, July 31, 2009 | Social tagging: analysis > inotify > inotify-tools > linux > monitoring > mysql > mysql server > mysqld > open query > tools
1 Comment »
Peter Lieverdink (also known as cafuego on IRC/identi.ca, engineer on OurDelta builds and for Open Query) has co-authored a book that’s available since Monday. The title is Pro Linux System Administration published by Apress. These days some people don’t want to bother with system administration, and either hire or outsource. Others want to find out more [...]
Filed under: Uncategorized by arjen on Wednesday, June 24, 2009 | Social tagging: apress > book > cafuego > linux > mysql > open query > ourdelta > sysadmin > system administration
No Comments »
Followup on Experiment: MySQL tmpdir on tmpfs, about tmpdir=/dev/shm in my.cnf (it’s not a dynamic variable that can be set at runtime). It’s working well, also confirmed by comments from others that they’ve been using it for a while. This particular setting is Linux specific. On Solaris, the default /tmp is already on a tmpfs so [...]
Filed under: Uncategorized by arjen on Tuesday, June 16, 2009 | Social tagging: /dev/shm > linux > mysql > shm > slave-load-tmpdir > slave_load_tmpdir > temp tables > temporary tables > tmp tables > tmpdir > tmpfs
6 Comments »
In MySQL, the tmpdir path is mainly used for disk-based sorts (if the sort_buffer_size is not enough) and disk-based temp tables. The latter cannot always be avoided even if you made tmp_table_size and max_heap_table_size quite large, since MEMORY tables don’t support TEXT/BLOB type columns, and also since you just really don’t want to run the [...]
Filed under: Uncategorized by arjen on Saturday, June 13, 2009 | Social tagging: /dev/shm > linux > mysql > shm > temp tables > temporary tables > tmp tables > tmpdir > tmpfs
9 Comments »