[dba-SQLServer] [AccessD] MySQL

Hans-Christian Andersen ha at phulse.com
Wed Sep 21 20:58:43 CDT 2011


John,

>> So this is the company database?  The books, the clients, the invoices
etc?  The kinds of things that you used to put in Access or SQL Server?

Regarding clients, we still retain this sort of data in a relational
database, as it makes most sense for us. Stuff like invoices and all that
sort of thing, we use accounting software for that. The nature of our
business doesn't require any integration between our online services and
accounting, which vastly simplifies things. The sort of thing we tend to
store in our NoSQL databases are things that don't really require it to be
in a relational db but fits well into an MVC type application. Things like
website user data, lookup/reference tables, blob type data, I've even
implemented an abstract file interface, so we use it as a distributed file
server instead of using a file server for that sort of thing (for the sake
of redundancy, which is very difficult to do with traditional file servers).
Admittedly, we have only just implemented it, so we are still in the process
of migrating data when it makes sense to, but I don't think I ever want to
discard our RDBMS. It will always have an importance role, but we are moving
things across that don't need to be in a relational database for all the
benefits that NoSQL databases provide.

Hans-Christian




On 21 September 2011 03:41, jwcolby <jwcolby at colbyconsulting.com> wrote:

> Hans,
>
>
> >Yes, there are pros and cons, but the simplicity of scaling that you get
> with NoSQL databases can far outweigh the cons and this is the sort of thing
> that *small and large web companies* look to these days.
>
> So this is the company database?  The books, the clients, the invoices etc?
>  The kinds of things that you used to put in Access or SQL Server?
>
>
> John W. Colby
> www.ColbyConsulting.com
>
> On 9/21/2011 2:10 AM, Hans-Christian Andersen wrote:
>
>> John,
>>
>> At my company, we have implemented Cassandra (a NoSQL database)
>> partitioned
>> under 3 nodes. Yes, there are pros and cons, but the simplicity of scaling
>> that you get with NoSQL databases can far outweigh the cons and this is
>> the
>> sort of thing that small and large web companies look to these days.
>> Something that has been some what of a difficulty for RDBMS's. We do also
>> keep a subset if our data within a traditional RDBMS, because thats what
>> makes sense for that data.
>>
>> It really comes down to your requirements and knowing the tools you work
>> with.
>>
>> Hans-Christian
>>
>>
>>
>> On 20 September 2011 18:28, jwcolby<jwcolby@**colbyconsulting.com<jwcolby at colbyconsulting.com>>
>>  wrote:
>>
>>  Hadoop, of course, is the Apache Software Foundation project created
>>> several years ago by then-Yahoo employee Doug Cutting. It has become a
>>> critical tool for web companies — including Yahoo and Facebook — to
>>> process
>>> their ever-growing volumes of unstructured data, and is fast making its
>>> way
>>> into organizations of all types and sizes. Hadoop has spawned a number of
>>> commercial distributions and products, too, including from Cloudera, EMC
>>>  and IBM.
>>>
>>> My data is not unstructured.
>>>
>>> Do you actually read this stuff?  I did actually read what you sent round
>>> the last time and all they discussed was data captured from and displayed
>>> in
>>> web pages.  Not a single mention of parent child relations 12 levels
>>> deep,
>>> no mention at all of BofA tearing down their systems, flattening out
>>> their
>>> data and storing it on one of these things.  Lots of talk of Google (web
>>> data) face book (web data) yahoo (web data) etc ad nauseum.
>>>
>>> The fact that this thing worked for some specific thing that you did
>>> doesn't make it fit everything out there.
>>>
>>>
>>>  Our provincial government has been working with Google to build a huge
>>>>
>>> land database and the results are stellar. Milliseconds to pull all data
>>> on
>>> any encumbrances on a lot or parcels of lots. Before, running with the
>>> traditional SQL technologies it would take hours to get the same results.
>>>
>>> IOW a relational database was a poor fit for this particular task.
>>>
>>> OK.
>>>
>>>
>>>  A few years ago, I installed a blade, painted indigo and marked Google,
>>>>
>>> at the legislator. The box was supposed to take all the comments from the
>>> sessions, translate them into text and then allow anyone to pull the
>>> comments back from any time within that session. Again, standard SQL had
>>> been tried and had failed...and again instantaneous gratification.
>>>
>>> IOW a relational database was a poor fit for this particular task.
>>>
>>> OK.
>>>
>>> Are you generalizing from those examples that a relational database is a
>>> poor fit for any task?
>>>
>>> Hmmmm.....
>>>
>>> I don't work with Google.  I don't have a budget of millions.  I don't
>>> have
>>> a programming staff of hundreds or thousands.  I don't have server farms
>>> with a thousand nodes and a billion documents.  I am not a provincial
>>> government with a huge land database, nor am I a legislature with too
>>> many
>>> notes to keep track of.
>>>
>>> So how exactly again does any of this fit what I do?  Sorry but ya lost
>>> me.
>>>
>>> OTOH if you say you can reproduce my system for a couple of hundred of
>>> hours of work and it will be a million times faster on my same system I
>>> will
>>> pay you to do that.  Delivered results of course.
>>>
>>> I kinda get that I should keep on with my development effort while I
>>> await
>>> your delivered system.  ;)
>>>
>>>
>>> John W. Colby
>>> www.ColbyConsulting.com
>>>
>>> On 9/20/2011 8:23 PM, Jim Lawrence wrote:
>>>
>>>  You are living out of stream John.
>>>>
>>>> I know of a number of people now who are working with such technology
>>>> and
>>>> very successfully, I might add, but the technology is not Main Street,
>>>> as
>>>> it
>>>> is not advertised similar to Linux. It will take longer to be common
>>>> knowledge, as there is no huge advertising machine behind Open Source
>>>> products.
>>>>
>>>> Our provincial government has been working with Google to build a huge
>>>> land
>>>> database and the results are stellar. Milliseconds to pull all data on
>>>> any
>>>> encumbrances on a lot or parcels of lots. Before, running with the
>>>> traditional SQL technologies it would take hours to get the same
>>>> results.
>>>> People working with the new system thought it was broken at first as the
>>>> results were so fast...now they have become use to instantaneous
>>>> gratification. The interesting thing is that the new system is using the
>>>> old
>>>> hardware as the project was supposed to be just a test...some test.
>>>>
>>>> A few years ago, I installed a blade, painted indigo and marked Google,
>>>> at
>>>> the legislator. The box was supposed to take all the comments from the
>>>> sessions, translate them into text and then allow anyone to pull the
>>>> comments back from any time within that session. Again, standard SQL had
>>>> been tried and had failed...and again instantaneous gratification.
>>>>
>>>> There are many other instananeous of this type Reduces map technology is
>>>> being used but it is only for situations where huge chunks of data need
>>>> to
>>>> pull results from very complex queries and quickly. It is also for
>>>> someone
>>>> with a limited budget as NOSQL databases do not need place holder fields
>>>> for
>>>> partially filled rows. This generally translates into a complex set of
>>>> data
>>>> filling less than half the space of a traditional SQL DB and therefore
>>>> less
>>>> hardware.
>>>>
>>>> There are even new hybred data solutions coming out where both Map
>>>> Reduce
>>>> and traditional SQL are being used to extract data.
>>>>
>>>> " ...LexisNexis is releasing a set of open-source, data-processing tools
>>>> that it says outperforms Hadoop and even handles workloads Hadoop
>>>> presently
>>>> can't. The technology (and new business line) is called HPCC Systems...
>>>> "
>>>>
>>>> http://gigaom.com/cloud/****lexisnexis-open-sources-its-****
>>>> hadoop-killer/<http://gigaom.com/cloud/**lexisnexis-open-sources-its-**hadoop-killer/>
>>>> <http://gigaom.**com/cloud/lexisnexis-open-**sources-its-hadoop-killer/<http://gigaom.com/cloud/lexisnexis-open-sources-its-hadoop-killer/>
>>>> >
>>>>
>>>> Jim
>>>>
>>>>  ______________________________****_________________
>>> dba-SQLServer mailing list
>>> dba-SQLServer@**databaseadviso**rs.com <http://databaseadvisors.com><
>>> dba-SQLServer@**databaseadvisors.com<dba-SQLServer at databaseadvisors.com>
>>> >
>>> http://databaseadvisors.com/****mailman/listinfo/dba-sqlserver<http://databaseadvisors.com/**mailman/listinfo/dba-sqlserver>
>>> **<http://databaseadvisors.com/**mailman/listinfo/dba-sqlserver<http://databaseadvisors.com/mailman/listinfo/dba-sqlserver>
>>> **>
>>> http://www.databaseadvisors.****com<http://www.**databaseadvisors.com<http://www.databaseadvisors.com>
>>> >
>>>
>>>
>>>  ______________________________**_________________
>> dba-SQLServer mailing list
>> dba-SQLServer@**databaseadvisors.com <dba-SQLServer at databaseadvisors.com>
>> http://databaseadvisors.com/**mailman/listinfo/dba-sqlserver<http://databaseadvisors.com/mailman/listinfo/dba-sqlserver>
>> http://www.databaseadvisors.**com <http://www.databaseadvisors.com>
>>
>>
>>  ______________________________**_________________
> dba-SQLServer mailing list
> dba-SQLServer@**databaseadvisors.com <dba-SQLServer at databaseadvisors.com>
> http://databaseadvisors.com/**mailman/listinfo/dba-sqlserver<http://databaseadvisors.com/mailman/listinfo/dba-sqlserver>
> http://www.databaseadvisors.**com <http://www.databaseadvisors.com>
>
>


More information about the dba-SQLServer mailing list