top of page
Search

Is MongoDB a programming language?

  • Writer: davidcarew19
    davidcarew19
  • Feb 8, 2020
  • 1 min read

No. MongoDB is a database management system. Worse yet (IMHO), it is a so-called “NOSQL” database. What this means is that MongoDB does not support SQL, which is traditionally “the” standard query and database definition language.


Most “relational” DBMS’s support SQL, and this tends to be how DBA’s (database administrators) are trained. SQL is a database-dedicated language, that is designed to be efficiently embedded into other, “standard” programming languages as those languages are used by applications to access database-resident data. SQL query optimization is done by the database management system, with “ideal” knowledge of DB internals and standard “normal forms” of database structure.


MongoDB supports JavaScript and JSON standards, which are completely OK. However, this architecture tends to favor small, and highly distributed databases, and database structures that tend to be more maintenance-intensive as a company’s database systems grow over time.

 
 
 

Recent Posts

See All
Hemi-Wing PAV Invention Idea

19-Mar-2009 Heretofore, all of these xxxx-PrjNotes.txt files were to save context for small software projects. This one is for development of an invention, which is (unfortunately) an "invention-in-t

 
 
 
Whiskey Tango Foxtrot...

Here is a quote from google's news summaries today: Rep. Veronica Escobar (D-Texas) pushed back late Wednesday on the Trump administration’s assertions that a cartel drone incursion caused the

 
 
 
A Narrow Fellow in the Grass

A narrow Fellow in the Grass Occasionally rides - You may have met him? Did you not His notice instant is - The Grass divides as with a Comb, A spotted Shaft is seen, And then it closes at your

 
 
 

Comments


  • Facebook
  • Twitter
  • LinkedIn

©2019 by DavidCarew. Proudly created with Wix.com

bottom of page