Re: Big data

2017-09-29 Thread Larry Martell
I know it's not big by some standards, and we have done a lot of tuning. Really more then speed issues, our larger issues are administrative - we need 24x7 uptime and the tables are so large we cannot do any alters as they take days to run. Similarly, a restore can take a week. So we want to look a

Re: Big data

2017-09-29 Thread Avraham Serour
That doesn't sound that big. Maybe you can tune mysql, but I have worked with postgres handling more than that, it works fine without tuning, I changed a couple of settings (like work_mem) and improved On Fri, Sep 29, 2017 at 4:48 AM, Larry Martell wrote: > I am taking about using hbase as a db

Re: Big data

2017-09-28 Thread Larry Martell
I am taking about using hbase as a db for Django. My use case is that a have a Django app and the data in mysql has grown to the point where performance has greatly suffered. We have around 2TB of data with some very wide tables with many millions of rows. So I am beginning my research into how to

Re: Big data

2017-09-28 Thread Vivek Shrivastava
Are you asking HBase as database for Django or accessing HBase from Django? The popular framework Hue http://gethue.com/ is based on Django only.. On Thu, Sep 28, 2017 at 9:34 PM, Larry Martell wrote: > Has anyone ever used any big data solutions, such as hbase, with django? > > -- > You receive