Share your experience using Amazon QLDB

The easiest route - we'll conduct a 15 minute phone interview and write up the review for you.

Use our online form to submit your review. It's quick and you can post anonymously.

Your review helps others learn about this solution
The PeerSpot community is built upon trust and sharing with peers.
It's good for your career
In today's digital world, your review shows you have valuable expertise.
You can influence the market
Vendors read their reviews and make improvements based on your feedback.
Examples of the 84,000+ reviews on PeerSpot:

BIPIN SINGH - PeerSpot reviewer
Senior Software Engineer at a computer software company with 10,001+ employees
Real User
Has a user-friendly interface and an easy setup process
Pros and Cons
  • "MongoDB's approach to handling data in documents rather than traditional tables has been particularly beneficial."
  • "Enhancing the documentation to make it more beginner-friendly is crucial."

What is our primary use case?

We primarily use MongoDB as a database to handle large volumes of data. It's useful when we need to manage millions of records quickly.

What is most valuable?

The cloud solution offered by MongoDB, known as Atlas, has been invaluable to us. It provides a good, user-friendly interface. The ease of use and scalability make it stand out compared to relational databases.

What needs improvement?

Improvements could be made in query optimization, particularly when performing lookups or joining tables. Input functions to restrict the amount of data passed in pipelines would be beneficial for this purpose. Additionally, enhancing the documentation to make it more beginner-friendly is crucial. As someone with seven years of experience with MongoDB, I find the ecosystem intuitive, but newcomers often need help with the documentation. 

For how long have I used the solution?

We have been using MongoDB for seven years now, and we are currently using the latest version.

What do I think about the stability of the solution?

The platform has good stability.

How are customer service and support?

We contacted the MongoDB team for assistance whenever we encountered issues, particularly when optimizing queries that took too long. They helped us understand the root cause of the problem and provided us with discounts on certain occasions. For instance, when we accidentally used a larger instance, which resulted in higher costs, they understood the situation and offered us a discount to mitigate the expense.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We chose MongoDB over other solutions because it can handle large volumes of data and is flexible in data manipulation.

How was the initial setup?

The initial setup process is easy.

What's my experience with pricing, setup cost, and licensing?

The product is affordable, but I don't have direct comparisons with other products as I haven't been involved in the billing process.

What other advice do I have?

The NoSQL structure, particularly the document-based data management, has made data management easier for me. MongoDB's approach to handling data in documents rather than traditional tables has been particularly beneficial.

MongoDB's document-oriented model improves development speed by providing each document with its built-in key or ID, similar to a primary key in relational databases. This inherent ID facilitates faster execution of operations, such as searching for specific documents. Additionally, it allows for creating additional indexes, further enhancing performance. The familiarity of JSON-like structure makes it easy for developers, both front-end and back-end, to work with, leading to quicker development and visualization of data.

I advise others to understand the fundamentals of databases and how they store data. They should start with online videos to grasp the ecosystem, focusing on concepts like data storage. The document-oriented structure with binary objects is crucial for individuals with a programming background.

Several limitations related to querying certain documents can be challenging. They express concerns about the lookup process, where we sometimes need to fetch a large amount of data simultaneously. Additionally, there are limitations regarding the size of documents, which may require restructuring or storing data.

I rate it an eight out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
Data Scientist at a financial services firm with 10,001+ employees
Real User
Top 20
It is easy to handle unstructured data, but the installation is very difficult
Pros and Cons
  • "The tool is easy to learn."
  • "The installation is difficult."

What is our primary use case?

I am a data scientist. I use the solution to fetch and update data

What is most valuable?

It is easy to handle unstructured data with the solution. The execution is fast. The tool is easy to learn.

What needs improvement?

The product must be added to a cloud platform. The link to Oracle must be provided on the cloud platform. It will help people to integrate the tool easily. We need the solution mainly for updating or manipulating data. All DBs need a query. We need to see the processing speed and whether we can fetch more data. When we have data, we can push it in batches or push all the data simultaneously. Ultimately, it must be fast to complete the project faster. These things must be improved in Oracle.

For how long have I used the solution?

I have been using the solution for the last four years.

What do I think about the stability of the solution?

The vendor upgrades the database often. I am using Python 3.8.0. I am not able to install some Oracle tools with that version.

What do I think about the scalability of the solution?

There are 15 members on my team.

How are customer service and support?

I tried contacting the support team but did not get much response. So, I contacted my IT team, and the IT personnel helped me sort out the issue. I did not get any updates from Oracle, though.

How was the initial setup?

The solution is deployed on the cloud. The installation is difficult. I tried with cx_Oracle. It is too difficult. I work with a finance company. They have many privacy and governance policies. The main issue I faced was with the installation.

Which other solutions did I evaluate?

I also use Oracle Database. MongoDB is more difficult to learn than Oracle.

What other advice do I have?

If someone is working on a project that requires JSON, they might prefer using MongoDB. The choice depends on the project and the data we use. The product is good overall. There is an issue with installation, but the processing is fast, and we can update large amounts of data. If we need more analytics, we can choose MongoDB. Overall, I rate the product a seven out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer: customer/partner
Flag as inappropriate