Best of MySQLAugust 2022

  1. 1
    Article
    Avatar of quastorQuastor Daily·4y

    The Architecture of Facebook's Distributed Message Queue

    Facebook Ordered Queue Service (FOQS) is an internal Facebook tool that fills that role. FOQS provides an API that consists of the following operations - Enqueue - Add an item Dequeue The dequeue API accepts a collection of (topic, count) pairs where count represents the number of items to return from the topic.

  2. 2
    Article
    Avatar of singlestoreSingleStore·4y

    MariaDB vs. MySQL

    MariaDB is an open-source Relational Database Management System (RDBMS) MariaDB is gaining popularity due to its flexibility and availability. MariaDB has made significant progress in the areas of scalability and reliability, and has emerged as a competitor to MySQL.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Detailed Way To Implement MySQL In NestJS

    NestJS is a framework for building scalable Node.js server-side applications. It combines the support for Object-Oriented Programming (OOP), Functional Programming (FP) and Functional Reactive Programming (FRP) NestJS has full TypeScript support and uses it primarily, but users can also use JavaScript. For a read operation let’s create getUsers() method.

  4. 4
    Article
    Avatar of geekflareGeekflare·4y

    PostgreSQL vs MySQL: Differences and Similarities

    The database system uses multi-version concurrency control (MVCC), MVCC makes a database suitable for concurrent data entry and data queries done by writers. Both the database systems offer account management features like roles, groups, and individual users. Users can simply download the distribution package under the MIT license. Oracle controls the development and maintenance of the DBMS. It is free and available as a server version on GitHub.