May 25, 2012

Comment: How to load large files safely into InnoDB with LOAD DATA INFILE

… database to InnoDB with reasonable effort. I have tested your Perl script, and it seems it doesn’t handle binary data…

Comment: Announcing Percona XtraBackup 1.9.1

WIll 2.0 also move the helper perl script into native C?

Post: Percona is looking for a Perl and Python expert

If you’re a Perl and/or Python expert (preferably both), Percona may have a …

Post: The tool I've been waiting for years

…_log* 257M ib_logfile0 257M ib_logfile1 [root@DB01 mysql]# perl /tmp/fincore –justsummarize ib_logfile0 ib_logfile1 page size: 4096…@DB01 mysql]# du -h ibdata* 246G ibdata1 [root@DB01 mysql]# perl /tmp/fincore –justsummarize ibdata1 page size: 4096 bytes 0 pages…_080319.MYD 229M performance_log_080319.MYD [root@DB01 logs]# perl /tmp/fincore –justsummarize performance_log_080319.MYD page size: 4096…

Post: High availability for MySQL on Amazon EC2 – Part 4 - The instance restart script

… if [ "$OUR_IP" == "" ] then echo “Error getting Our IP” else perl -pi -e “s/ucast eth0 (\d+)(\.\d+){3}/ucast eth0… if [ "$OUR_IP" == "" ] then echo “Error getting Our IP” else perl -pi -e “s/ucast eth0 (\d+)(\.\d+){3}/ucast eth0… settings of the AMI. #!/bin/bash sudo hostname hamysql sudo perl -pi -e “s/ucast eth0 (\d+)(\.\d+){3}/ucast eth0…

Comment: Alternatives of PHP ?

… good alternative. I agree with Guiseppe. I have been programming Perl for 8 years and PHP for 6, and know both quite well. If you learn the intricate details of Perl, it can be very efficient indeed. Especially if you use… with XML and related technologies; I think you will find Perl‘s support for XML so good and so varied that…

Post: Percona XtraBackup 1.6.4

… implementation details. Bugs Fixed innobackupex assumed that /usr/bin/perl was where the Perl binary was located. With this bug fix, it… uses /usr/bin/env perl which fixes running of innobackupex on systems where Perl is not /usr/bin/perl. Bug Fixed: #892393 (Stewart…

Comment: EuroOSCON 2006 - High Performance FullText Search

… quickly found sphinx which I created a perl api for (since I’m using perl on my site). However sphinx had some… and when a new sphinx version were released the old perl api was no longer compatible. So instead of putting time into updating the perl api I tried to see how large the difference would…

Comment: Alternatives of PHP ?

… the processing. The livejournal guys have something heading towards a Perl implementation of the same – see links here: http://del.icio… angle would be to consider an MMap based solution – in Perl check out http://cpan.uwinnipeg.ca/htdocs/Cache-FastMmap/Cache… tools a also good. And demand Unicode support (some like Perl have it… other languages don’t) ;) http://cpan.uwinnipeg.ca…

Comment: Alternatives of PHP ?

… the benchmarks were made by people with little experience of Perl. While Perl is not really designed to wrestle with gcc on… judicious usage can achieve surprisingly good results. If you write Perl code by mimicking PHP/Java/C/C++ code, then it… you want to code for efficiency, you should learn the Perl way of doing things. This may not suit you, but…