Subscribe to Posts by Email

Subscriber Count

    696

Disclaimer

All information is offered in good faith and in the hope that it may be of use for educational purpose and for Database community purpose, but is not guaranteed to be correct, up to date or suitable for any particular purpose. db.geeksinsight.com accepts no liability in respect of this information or its use. This site is independent of and does not represent Oracle Corporation in any way. Oracle does not officially sponsor, approve, or endorse this site or its content and if notify any such I am happy to remove. Product and company names mentioned in this website may be the trademarks of their respective owners and published here for informational purpose only. This is my personal blog. The views expressed on these pages are mine and learnt from other blogs and bloggers and to enhance and support the DBA community and this web blog does not represent the thoughts, intentions, plans or strategies of my current employer nor the Oracle and its affiliates or any other companies. And this website does not offer or take profit for providing these content and this is purely non-profit and for educational purpose only. If you see any issues with Content and copy write issues, I am happy to remove if you notify me. Contact Geek DBA Team, via geeksinsights@gmail.com

Pages

MongoDB

With latest trends in Database technologies its time for us to adopt and understand what these new database technologies are offering and at same time what they lacks.

This page is dedicated for MongoDB articles, Stay tuned, the links will be enabled in few days time.

MongoDB for Oracle DBA's Part 1:  Features & Terminology Comparison

MongoDB for Oracle DBA's Part 2:  Architecture & Components

Memory

Physical Layer

Configuration File & Options

MongoDB for Oracle DBA's Part 3: MongoDB Operations & Data Model

Data Model & Design (Database,Collections,Documents)

DML operations on MongoDB

Querying MongoDB - Examples

MongoDB for Oracle DBA's Part 3: High Availability Features (Basic Availability)

MongoDB BASE vs. ACID

Replication

Sharding

MongoDB for Oracle DBA's Part 4: Creating Standalone MongoDB Database

MongoDB for Oracle DBA's Part 5: Converting Standalone MongoDB Database to Single Replicaset

MongoDB for Oracle DBA's Part 6: Converting Single Replica Set to Sharded ReplicatSet (Cluster)

MongoDB for Oracle DBA's Part 7: Adding a New Shard to Cluster

MongoDB for Oracle DBA's Part 8: Understanding DataDistribution between shards

MongoDB for Oracle DBA's Part 9: Node Evictions (loss of replicaset)

MongoDB for Oracle DBA's Part 9: Node Evictions - Losing a shard

MongoDB for Oracle DBA's Part 10: Swithover/Role Transition between primary and secondary replicaset

MongoDB for Oracle DBA's Part 11: Enabling Preferred Read on Standby/ReplicaSet instances

MongoDB for Oracle DBA's Part 11: Backup & Recovery

Snapshots

Incremental Snapshots

MongoDB for Oracle DBA's Part 12: Dictionary or Metadata

Config Database Instances

Mongos Instance

Admin Database

MongoDB for Oracle DBA's Part 13: Creating Users and Roles

MongoDB for Oracle DBA's Part 14: Network Settings

MongoDB for Oracle DBA's Part 15: Performance Troubleshooting

Current Operations

Understanding Bottlnecks

Tools - mongostat/mongotop etc

Understanding Data Distribution for Collection

Generating Execution Plan 

MongoDB for Oracle DBA's Part 16: Capacity Planning

Working Sets for Memory Estimation

Disk I/O for Disk Capacity

When to add a Shard

MongoDB for Oracle DBA's Part 17: Where MongoDB can go wrong