Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Who caresssssss
Go outside pls
No need to be like that guys.
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
You are absolutely right, a database is just an organised collection of data however in SA-MP when we're talking about database we usally mean the database management system behind it like MySQL or SQLlite.
If you answer a question in the scripting help section to some new guy that is figuring out what to use (usally "dini or shuld i use database but it hard?") you don't start about the difference between database types and how they are applied. You simply answer with that a database is better in this case because .... the member will understand and go with one of the two mysql plugins. However your point is valid.
And guys you don't have to be rude because he quoted Y_Less and said he had a misconception..
Posts: 772
Threads: 52
Joined: Aug 2010
Reputation:
0
Context is just as important as the actual meaning of the word "Database". In SA-MP, as playboy12 explained, we generally distinguish data saving structures as either "file systems" (dini, y_ini, ...) and databases (MySQL, SQLite, ...) therefore what the defenition of "Database" IS, is not of importance--as in, we don't need to know the specific categories to explain our problem.
In another environment you may be discussing the difference between relational systems, flat files, ... in which case you may want to specify, but again, we don't need to do that here.
I can understand your point though, sometimes it gets confusing when everyone starts calling any type of data-saving a database.
Posts: 15,941
Threads: 0
Joined: Jun 2008
Quote:
Originally Posted by Eony
I prefer being as general as I can.
|
In that case make sure you also differentiate between computer databases (SQL, NoSQL, flat-file, ORM), and paper databases (folders, filing cabinets etc) as well.
I do agree that the first quote from me was a poor one though, but I was (as others have said) trying to explain it in terms other people here know and understand.
I have thought that a NoSQL plugin would be very handy, as most people here really don't take any advantage of 90% of SQLs ability, they merely seem to use (SQL) databases as a "faster" key-value pair store. If you're going to do that, you may as well use a system explicitly designed to do that.
Posts: 15,941
Threads: 0
Joined: Jun 2008
SQL is a language, NoSQL is a lack of a language, so really they're not databases either.
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
I'm off topic but this really is a useless topic. This board and community is about SA-MP. We may use different "terminology" or use the same terminology but use it in different meaning than other programming forums/boards/websites/etc, why? -- Because we can really. As long as someone else knows what the other person or people is/are talking about then we're fine.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
If there was a topic for every 'misconception' the forum would explode.