atlas des actus
    
Charles Nagy
28  septembre     09h04
RDS apply pending modifications
charlesnagy    There are a lot of articles on the internet describing how to apply pending maintenance on AWS RDS but surprisingly very little or none I found... The post RDS apply pending modifications first appeared on Charles Nagy.
08  octobre     12h04
Stop using await in a Python forloop
charlesnagy    Disclaimer: This might sound to be a rant but stay with me and you will see this will be a very good practical advise to speed... The post Stop using await in a Python forloop first appeared on Charles Nagy.
26  mai     14h33
AWS Fargate DockerTimeoutError
admin    How to fix DockerTimeoutError: Could not transition to started; timed out after waiting m s in Fargate using VPC endpoints The post AWS Fargate DockerTimeoutError first appeared on Charles Nagy.
26  février     19h47
Varchar vs Char in MySQL : understanding trailing spaces
charlesnagy    MySQL is not a strictly typed database. Given that and the different character types some tricky situation might arise. Especially when it comes to trailing spaces.... The post Varchar vs Char in MySQL : understanding trailing spaces first appeared on Charles Nagy.
23  février     00h14
How to decrease IOPS when running MySQL on ZFS
admin    Recordsize on data volume This is the first thing you read when it comes to running MySQL on ZFS. InnoDB is using k pages so in theory... The post How to decrease IOPS when running MySQL on ZFS first appeared on Charles Nagy.
06  septembre     21h49
Typeahead and autosuggest with pure Solr and Nginx
charlesnagy    A long time ago I was writing about a very simple technic which can be used to quickly provide auto suggest for websites with the support of... The post Typeahead and autosuggest with pure Solr and Nginx first appeared on Charles Nagy.
22  mai     12h38
Postgresql server fails to start in recovery with systemd
charlesnagy    I ran into an issue while trying to setup a simple test system for myself to move from CentOS to . When I was about... The post Postgresql server fails to start in recovery with systemd first appeared on Charles Nagy.
05  février     17h35
Priority queue in Redis aka ZPOP
charlesnagy    Redis list is great to use it as a processing queue. So great that it sort of became the standard and many people using that instead... The post Priority queue in Redis aka ZPOP first appeared on Charles Nagy.
24  novembre     19h48
Python MySQLdb vs mysql-connector query performance
charlesnagy    There are a lot of python driver available for MySQL and two stand out the most. The one, traditionally everybody’s choice, sort of industrial standard MySQLdb. It... The post Python MySQLdb vs mysql connector query performance first appeared on Charles Nagy.
18  octobre     13h16
Multi variant AB testing vs Multi-Armed bandit
charlesnagy    I’ve read a lot of discussions lately around different versions of experimenting testing. People are seemed to be very religious about the subject and two cardinal questions... The post Multi variant AB testing vs Multi Armed bandit first appeared on Charles Nagy.