Search
1000 results for “mariadb”
-
Bei den Tests in meinen vorherigen Artikeln habe ich festgestellt, dass #MariaDB das Konzept des dynamisch konfigurierbaren #InnoDB Buffer Pools völlig kaputt gemacht hat!
Und dies innerhalb einer Long-Term-Support Release-Reihe. Mehr dazu, damit Euch das nicht in der Produktion auf die Füsse fällt, habe ich hier beschrieben:
https://www.fromdual.com/de/blog/mariadb-dynamisch-konfigurierbare-buffer-pool-kaputt/
Image Author: Cplakidas, GNU FDL v1.2
-
Load CSV files into the database
Proof of concept how to load data from a CSV file into a #MariaDB/#MySQL or #PostgreSQL database to display locations on an #OpenStreeMap map with #Leaflet.
https://www.fromdual.com/blog/load-csv-files-into-the-database/
-
Load CSV files into the database
Proof of concept how to load data from a CSV file into a #MariaDB/#MySQL or #PostgreSQL database to display locations on an #OpenStreeMap map with #Leaflet.
https://www.fromdual.com/blog/load-csv-files-into-the-database/
-
New binlog implementation in MariaDB 12.3. Vastly improved performance by default, and crash-safe for those who had performance configs. https://mariadb.org/new-binlog-implementation-in-mariadb-12-3/ #mariadb #opensource #database #innodb
-
New binlog implementation in MariaDB 12.3. Vastly improved performance by default, and crash-safe for those who had performance configs. https://mariadb.org/new-binlog-implementation-in-mariadb-12-3/ #mariadb #opensource #database #innodb
-
New binlog implementation in MariaDB 12.3. Vastly improved performance by default, and crash-safe for those who had performance configs. https://mariadb.org/new-binlog-implementation-in-mariadb-12-3/ #mariadb #opensource #database #innodb
-
New binlog implementation in MariaDB 12.3. Vastly improved performance by default, and crash-safe for those who had performance configs. https://mariadb.org/new-binlog-implementation-in-mariadb-12-3/ #mariadb #opensource #database #innodb
-
New binlog implementation in MariaDB 12.3. Vastly improved performance by default, and crash-safe for those who had performance configs. https://mariadb.org/new-binlog-implementation-in-mariadb-12-3/ #mariadb #opensource #database #innodb
-
Reading the Room: What Europe’s MySQL Community Is Really Saying: https://mariadb.org/reading-the-room-what-europes-mysql-community-is-really-saying/ #mariadb #opensource #database #mysql #percona #fosdem #fosdem2026
-
Reading the Room: What Europe’s MySQL Community Is Really Saying: https://mariadb.org/reading-the-room-what-europes-mysql-community-is-really-saying/ #mariadb #opensource #database #mysql #percona #fosdem #fosdem2026
-
Reading the Room: What Europe’s MySQL Community Is Really Saying: https://mariadb.org/reading-the-room-what-europes-mysql-community-is-really-saying/ #mariadb #opensource #database #mysql #percona #fosdem #fosdem2026
-
Reading the Room: What Europe’s MySQL Community Is Really Saying: https://mariadb.org/reading-the-room-what-europes-mysql-community-is-really-saying/ #mariadb #opensource #database #mysql #percona #fosdem #fosdem2026
-
Reading the Room: What Europe’s MySQL Community Is Really Saying: https://mariadb.org/reading-the-room-what-europes-mysql-community-is-really-saying/ #mariadb #opensource #database #mysql #percona #fosdem #fosdem2026
-
...
* MySQL is at risk at #Oracle.
* MySQL is not dead but in "maintenance mode".
* #Alibaba has more developers working on MySQL than Oracle.
* Why PostgreSQL is winning: Extensions!Companies seen at this Summit: #Percona, #MariaDB, Oracle, #AWS, #Ubuntu/#Canonical, #WordPress, booking.com, #ProxySQL, and many other huge players in the eco-system.
-
Benchmarking lead Jeb Miller, who recently joined MariaDB Foundation after over two decades at MySQL, on "Why sysbench‑tpcc results on outdated hardware should not be presented as a valid OLTP vendor comparison" https://mariadb.org/why-sysbench%E2%80%91tpcc-results-on-outdated-hardware-should-not-be-presented-as-a-valid-oltp-vendor-comparison/ #mariadb #opensource #database #mysql #percona #tpcc #oltp
-
Benchmarking lead Jeb Miller, who recently joined MariaDB Foundation after over two decades at MySQL, on "Why sysbench‑tpcc results on outdated hardware should not be presented as a valid OLTP vendor comparison" https://mariadb.org/why-sysbench%E2%80%91tpcc-results-on-outdated-hardware-should-not-be-presented-as-a-valid-oltp-vendor-comparison/ #mariadb #opensource #database #mysql #percona #tpcc #oltp
-
Benchmarking lead Jeb Miller, who recently joined MariaDB Foundation after over two decades at MySQL, on "Why sysbench‑tpcc results on outdated hardware should not be presented as a valid OLTP vendor comparison" https://mariadb.org/why-sysbench%E2%80%91tpcc-results-on-outdated-hardware-should-not-be-presented-as-a-valid-oltp-vendor-comparison/ #mariadb #opensource #database #mysql #percona #tpcc #oltp
-
Benchmarking lead Jeb Miller, who recently joined MariaDB Foundation after over two decades at MySQL, on "Why sysbench‑tpcc results on outdated hardware should not be presented as a valid OLTP vendor comparison" https://mariadb.org/why-sysbench%E2%80%91tpcc-results-on-outdated-hardware-should-not-be-presented-as-a-valid-oltp-vendor-comparison/ #mariadb #opensource #database #mysql #percona #tpcc #oltp
-
Benchmarking lead Jeb Miller, who recently joined MariaDB Foundation after over two decades at MySQL, on "Why sysbench‑tpcc results on outdated hardware should not be presented as a valid OLTP vendor comparison" https://mariadb.org/why-sysbench%E2%80%91tpcc-results-on-outdated-hardware-should-not-be-presented-as-a-valid-oltp-vendor-comparison/ #mariadb #opensource #database #mysql #percona #tpcc #oltp
-
Next why the database, why #postgressql why not #mariadb or something else?
Well this is basically based on experience.When it comes to out of the box performance and stability, I find that postgres. Also when you need to adapt it for scalability in particular sharding I find this to be significantly easier than in other database.
It is not that the other DBs are bad. I find Postgres better.
-
Trying to set up #mariadb using the #linuxserverio image on #kubernetes and it's not going well...
It's not picking up the root/user passwords I'm setting and at first I was willing to guess I messed up something so I scrapped the pod, pvc and pv and started fresh.
Then I noticed it was getting OOMKilled seconds after the pod first boots up. Great! Obviously, that affected the db set up and that's why I can't connect... Nope, increasing the pod memory didn't fix it
Read the LSIO docs again and noticed you don't need a password to sign into root (as long as you're using the OS root account.) Okay, I'm running the image as non-root user so maybe that explains why I can't sign in... But I need to do that because I'm storing db config on pvc backed by NFS which is picky about user access and it's easier to run stuff as a predictable non-root user... And NFS is the only reasonable option I currently have for dynamically provisioned storage which I need because I'm deploying MariaDB as a statefulset... Fuck
-
Trying to set up #mariadb using the #linuxserverio image on #kubernetes and it's not going well...
It's not picking up the root/user passwords I'm setting and at first I was willing to guess I messed up something so I scrapped the pod, pvc and pv and started fresh.
Then I noticed it was getting OOMKilled seconds after the pod first boots up. Great! Obviously, that affected the db set up and that's why I can't connect... Nope, increasing the pod memory didn't fix it
Read the LSIO docs again and noticed you don't need a password to sign into root (as long as you're using the OS root account.) Okay, I'm running the image as non-root user so maybe that explains why I can't sign in... But I need to do that because I'm storing db config on pvc backed by NFS which is picky about user access and it's easier to run stuff as a predictable non-root user... And NFS is the only reasonable option I currently have for dynamically provisioned storage which I need because I'm deploying MariaDB as a statefulset... Fuck
-
Trying to set up #mariadb using the #linuxserverio image on #kubernetes and it's not going well...
It's not picking up the root/user passwords I'm setting and at first I was willing to guess I messed up something so I scrapped the pod, pvc and pv and started fresh.
Then I noticed it was getting OOMKilled seconds after the pod first boots up. Great! Obviously, that affected the db set up and that's why I can't connect... Nope, increasing the pod memory didn't fix it
Read the LSIO docs again and noticed you don't need a password to sign into root (as long as you're using the OS root account.) Okay, I'm running the image as non-root user so maybe that explains why I can't sign in... But I need to do that because I'm storing db config on pvc backed by NFS which is picky about user access and it's easier to run stuff as a predictable non-root user... And NFS is the only reasonable option I currently have for dynamically provisioned storage which I need because I'm deploying MariaDB as a statefulset... Fuck
-
Trying to set up #mariadb using the #linuxserverio image on #kubernetes and it's not going well...
It's not picking up the root/user passwords I'm setting and at first I was willing to guess I messed up something so I scrapped the pod, pvc and pv and started fresh.
Then I noticed it was getting OOMKilled seconds after the pod first boots up. Great! Obviously, that affected the db set up and that's why I can't connect... Nope, increasing the pod memory didn't fix it
Read the LSIO docs again and noticed you don't need a password to sign into root (as long as you're using the OS root account.) Okay, I'm running the image as non-root user so maybe that explains why I can't sign in... But I need to do that because I'm storing db config on pvc backed by NFS which is picky about user access and it's easier to run stuff as a predictable non-root user... And NFS is the only reasonable option I currently have for dynamically provisioned storage which I need because I'm deploying MariaDB as a statefulset... Fuck
-
Mal ne Fragen an die Datenbankexperten:
Ich schätze 90% aller Datenbankanwendungen brauchen keine Spezialfunktionen. Warum setzen viele Entwickler trotzdem #Microsoft oder #Oracle ein, anstatt freie Alternativen wie #Postgresql oder #MariaDB?Das erzeugt doch weniger Abhängigkeit und spart den Kunden Lizenzgebühren.
-
Attribute Promotion und Demotion im MariaDB Galera Cluster
Hier noch mein Erfahrungsbericht zum Feature Attribute Promotion und Demotion im neusten #MariaDB 11.8.5 #Galera Cluster...
https://www.fromdual.com/attribute-promotion-und-demotion-im-mariadb-galera-cluster
-
Tired of wrestling with TLS certs and CAs for your database? MariaDB 11.8's zero-configuration TLS requires no manual setup 🚀
Check out security management tips at
https://optimizedbyotto.com/post/zero-configuration-tls-mariadb-11.8/
#MariaDB #DatabaseSecurity #OpenSource -
#MariaDB 11.8.3 (#LTS) has been released (#SQL / #MariaDBLTS / #MySQL / #DBMS / #RDBMS / #Database / #DB) https://mariadb.org/
-
MariaDB 12.0 open-source RDBMS is out, fixing InnoDB and replication issues, while adding Fedora 42, RHEL 10, and Debian 13 package support.
https://linuxiac.com/mariadb-12-0-lands-with-innodb-fixes-and-expanded-platform-support/