Click here to Skip to main content
15,902,189 members

Survey Results

As a developer, are you involved in setting up your data storage systems?

Survey period: 13 Apr 2015 to 20 Apr 2015

Whether you use SQL, NoSQL, cloud based, file-based or whatever, are you involved in configuring and/or setting up the systems you use?

OptionVotes% 
Yes, always50739.49
Yes, sometimes40431.46
Rarely14511.29
I have been involved at least once483.74
No - I never help out setting up or configuring our data storage systems14110.98
Our applications don't store any data231.79
I'm not a developer161.25



 
NewsPoll results will correlate to the size of the company Pin
Joezer BH14-Apr-15 1:18
professionalJoezer BH14-Apr-15 1:18 
GeneralRe: Poll results will correlate to the size of the company Pin
KarstenK14-Apr-15 1:41
mveKarstenK14-Apr-15 1:41 
GeneralRe: Poll results will correlate to the size of the company Pin
Slacker00715-Apr-15 6:26
professionalSlacker00715-Apr-15 6:26 
GeneralYes Always.... Pin
aarif moh shaikh13-Apr-15 20:59
professionalaarif moh shaikh13-Apr-15 20:59 
GeneralWork or home? Pin
PIEBALDconsult13-Apr-15 19:02
mvePIEBALDconsult13-Apr-15 19:02 
GeneralI am involved in making a data storage system Pin
Nemanja Trifunovic13-Apr-15 4:03
Nemanja Trifunovic13-Apr-15 4:03 
GeneralRe: I am involved in making a data storage system Pin
_Vitor Garcia_13-Apr-15 6:35
_Vitor Garcia_13-Apr-15 6:35 
GeneralWho's Wrong About What? Pin
W Balboos, GHB13-Apr-15 2:30
W Balboos, GHB13-Apr-15 2:30 
GeneralRe: Who's Wrong About What? Pin
Sander Rossel15-Apr-15 0:36
professionalSander Rossel15-Apr-15 0:36 
GeneralEasy way out Pin
W Balboos, GHB13-Apr-15 2:23
W Balboos, GHB13-Apr-15 2:23 
GeneralFinally everyone put blame on the Developer Pin
koolprasad200313-Apr-15 1:29
professionalkoolprasad200313-Apr-15 1:29 
GeneralRe: Finally everyone put blame on the Developer Pin
Sander Rossel13-Apr-15 2:24
professionalSander Rossel13-Apr-15 2:24 
GeneralRe: Finally everyone put blame on the Developer Pin
Stefto14-Apr-15 21:31
professionalStefto14-Apr-15 21:31 
GeneralRe: Finally everyone put blame on the Developer Pin
RhishikeshLathe15-Apr-15 23:31
professionalRhishikeshLathe15-Apr-15 23:31 
GeneralRe: Finally everyone put blame on the Developer Pin
RhishikeshLathe16-Apr-15 3:50
professionalRhishikeshLathe16-Apr-15 3:50 
GeneralMostly, but not always PinPopular
Anurag Gandhi12-Apr-15 23:55
professionalAnurag Gandhi12-Apr-15 23:55 
GeneralOf what good is VC if, Pin
Afzaal Ahmad Zeeshan12-Apr-15 23:24
professionalAfzaal Ahmad Zeeshan12-Apr-15 23:24 
There is no Model? I always prefer setting the data model myself, because it then helps me to set my mind for further programming tasks, such as retrieving the data from the database. If I don't know, if I don't get to manage the data source schema, I would then have to waste my time reading the schema and so on.

So, I would prefer always being the one to define the schema, manage how objects are created, stored and extracted. It would save me time. Trust me, it is better! That done, the storage schemes always should be considered before anything else; even the schema.

I have used databases for 2 years, they were expensive for me, at least for my blogging websites. Although they provide the same amount of data storage. However the hosting providers don't like giving any more than 500 MB of space or wants to get a fortune cookie above this size, so I preferred using files to store the data, and then use the same architecture as databases have; storing the data in an organized form.

What I chose was, JSON files to store the data; they can hold data in form of objects and arrays, then I would use Newtonsoft.Json[^] library to process those objects and array. This does give me idea, not only of the data storage schema, but also how much my wallet would have to lose weight. Wink | ;)
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~


modified 14-Apr-15 2:05am.

GeneralRe: Of what good is VC if, Pin
Agent__00713-Apr-15 19:07
professionalAgent__00713-Apr-15 19:07 
GeneralRe: Of what good is VC if, Pin
Afzaal Ahmad Zeeshan13-Apr-15 20:06
professionalAfzaal Ahmad Zeeshan13-Apr-15 20:06 
GeneralYes, always Pin
den2k8812-Apr-15 21:01
professionalden2k8812-Apr-15 21:01 
GeneralRe: Yes, always Pin
Gaurav Aroraa12-Apr-15 22:43
professionalGaurav Aroraa12-Apr-15 22:43 
GeneralDBA too... Pin
Kornfeld Eliyahu Peter12-Apr-15 20:40
professionalKornfeld Eliyahu Peter12-Apr-15 20:40 
GeneralAccidental DBA... Pin
Sander Rossel12-Apr-15 20:21
professionalSander Rossel12-Apr-15 20:21 
GeneralRe: Accidental DBA... Pin
Slacker00713-Apr-15 2:02
professionalSlacker00713-Apr-15 2:02 
GeneralRe: Accidental DBA... Pin
Sascha Lefèvre13-Apr-15 4:14
professionalSascha Lefèvre13-Apr-15 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.