-
Recent Posts
-
Recent Comments
- Mark Callaghan on Blowing up in memory
- Mark Callaghan on on MySQL replication prefetching
- Marko on Blowing up in memory
- Marko on Blowing up in memory
- hashar on Google :-(
Tag Archives: procedures
DBAs of all countries, unite!
I’m observing the process of most awesome SHOW commands being abolished, destroyed and some weird information_schema tables are introduced instead. Say, even though you can select configuration variables using @@syntax, you can’t do same for much more interesting to DBAs … Continue reading
ip address searches in mysql
MySQL does not provide special datatype or operators for IP addresses, but has two functions, that convert IP addresses to and from integers. In order to lookup addresses in a subnet, an efficient index range scan queries could be used. Continue reading