Category: MongoDB
-

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.
