Category: Other
-

Installing MariaDB and Configuring MaxScale NoSQL Protocol Module on Oracle Linux 8
The post details the installation and configuration of MariaDB and MaxScale with the NoSQL Protocol Module on Oracle Linux 8. The process involves downloading and installing MariaDB 11.4.2, configuring the MariaDB repositories for YUM, installing dependencies, setting up MaxScale as a database proxy, and establishing a NoSQL Listener. After verifying the services, the user prepares to interact with the NoSQL Protocol Module for MariaDB.
-

MongoDB Alternatives: FerretDB vs Oracle vs MariaDB as NoSQL Solutions
The One Billion Row Challenge (1BRC) presented by Gunnar Morling invited Java developers to aggregate and summarize a large volume of data. At the PGDay Ankara Conference, Murat Tuncer showcased FerretDB as a seamless alternative to MongoDB, aligning with the trend of “Just use Postgres for everything.” The Oracle MongoDB API and FerretDB allow developers to use MongoDB syntax with relational database management systems. A performance comparison revealed that while both alternatives are capable, they were slightly less efficient than vanilla MongoDB.
-

MongoDB Community Version Installation on Oracle Linux Server
The content provided outlines the step-by-step process for installing MongoDB community edition 7.0.9 on Oracle Linux Server release 8.7. It includes details on verifying and changing the default kernel, adding the MongoDB repository, configuring MongoDB settings, disabling SELinux, setting up MongoDB services, and creating a MongoDB user with admin privileges. Additionally, it covers addressing transparent hugepages and configuring memory map areas.
