This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies Find out more here
I want to to start my career as a database administrator. What should I learn? Should I learn SQL, MySQL, or mssql first?
mohsin Apr 3, 2024 69
MySQL runs on Windows and Linux, but is most widely used in Linux environments. Another commonly used SQL db is PostgreSQL.
Which is the best course, Oracle DBA or MySQL DBA?
mohsin Apr 3, 2024 83
Oracle DBAs typically work with large enterprises and organizations that require high performance, scalability, and advanced features.
This will not only keep you on the database which is your strong point but open up new avenues of data storage and new platforms on which people are trying to create there business on . You will be able to handle projects when oracle and NOSQL need to interact etc.
What are the best sites to learn Oracle SQL and PL/SQL?
mohsin Apr 3, 2024 76
You can start the course without registration but you will be asked to sign up after completing the first few exercises. You can register with your email address, or your social profiles (Facebook, Google+, Twitter, or GitHub).
How do I optimize writes to an AWS MongoDB?
mohsin Apr 3, 2024 71
To summarize here, a write operation which doesn't affect another read operation can be written into a separate collection.
What are the main benefits of using MongoDB in web apps?
mohsin Apr 3, 2024 71
Geospatial queries are built in. No more relying on third parties for this stuff, unless you have really specific needs, or need to be ultra-accurate. That said, there's things about Mongo that are nice, but have more to do with the contrast between relational databases and document stores than with Mongo itself.
How do I learn MongoDb in simple words?
mohsin Apr 3, 2024 92
MongoDB is type of NoSQL database, which means document database. Data or records are stored like records, in JSON format. (or) MongoDB is a cross-platform, document-oriented database that provides high performance, high availability, and easy scalability.
Why don't any Mongodb Admin UI's allow batch updates?
mohsin Apr 3, 2024 73
The most recent versions of MongoDB will yield regularly during the mass update, but you're still talking about syncing gigabytes of data to the disk for one simple change. If this multi-update results in a few minutes of work, you will see timeouts on your client and random messages in the log, but there's no way to know the process until it's done.
What are the best free replacements of Teradata SQL Assistant when querying Teradata DB?
mohsin Apr 3, 2024 86
The same is true for all the other databases that SQL Assistant supports. And if you want to use the tool with another database that it does not currently support you can create a new language file to support that database too.
What should an Oracle DBA do to sustain themselves in the IT field for the next 20 years?
mohsin Apr 3, 2024 65
Ideally, always have several months of “goodbye money” (known in the states by a more vulgar name). That is enough money to live on without having to take a job for a long period of time. Otherwise you’ll just have to take the very next job that comes along if you get laid off.
What is the future of a DBA in the world of databases?
mohsin Apr 3, 2024 88
In the non-transactional area, often known as the analytical space, we are also seeing the cloud coming strong. It is not just the pure operational tasks being removed, even the query optimization is being automated or removed. Heck, Snowflake doesn’t even have indices.


