Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52397

RE: connection change

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <Inna.Belakhova@melbourne.vic.gov.au>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.068
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; 'insert': 0.05; 'indicated': 0.07; 'restriction': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'changes': 0.15; 'made,': 0.16; 'sqlite': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'message-----': 0.19; 'addressee': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'config': 0.24; 'url:home': 0.24; 'cheers,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'tried': 0.27; 'received:172.16': 0.29; 'url:mailman': 0.30; 'file': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'table': 0.34; 'connection': 0.35; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'so,': 0.37; 'email addr:python.org': 0.37; 'handle': 0.38; 'skip:- 10': 0.38; 'pm,': 0.38; 'subject:': 0.39; 'bad': 0.39; 'delete': 0.39; 'url:mail': 0.40; 'received:unknown': 0.61; 'august': 0.61; 're:': 0.63; 'our': 0.64; 'more': 0.64; 'email name:python-list': 0.65; 'size.': 0.65; 'to:addr:gmail.com': 0.65; 'results': 0.69; 'received:203': 0.74; 'addressee.': 0.81; 'blob': 0.84; 'joel': 0.91; '2013': 0.98
X-IronPort-AV E=Sophos;i="4.89,858,1367935200"; d="scan'208";a="18692056"
X-MimeOLE Produced By Microsoft Exchange V6.5
Content-class urn:content-classes:message
MIME-Version 1.0
Subject RE: connection change
Date Mon, 12 Aug 2013 09:50:15 +1000
In-Reply-To <CAPM-O+wr8sPZHVFO1fN=N8E=R96Hfa9kcz28KO3CbhFbucVoBw@mail.gmail.com>
X-MS-Has-Attach
X-MS-TNEF-Correlator
Thread-Topic connection change
Thread-Index Ac6Vht4BLyLartwrSjmX5EFaO7IkxgBZlCDA
References <A06109D5E346A644B94B8CDCE6A05C080A3200B1@HAEMAIL01.melbourne.vic.gov.au><CAPM-O+zaYpaR2-Xt7o82269PLcOh_mhE9YpnOhj+LfJ-9XqVpg@mail.gmail.com><4sua09dji0fleg5cv9im7632hmas1pv893@4ax.com> <CAPM-O+wr8sPZHVFO1fN=N8E=R96Hfa9kcz28KO3CbhFbucVoBw@mail.gmail.com>
From "Inna Belakhova" <Inna.Belakhova@melbourne.vic.gov.au>
To "Joel Goldstick" <joel.goldstick@gmail.com>, "Dennis Lee Bieber" <wlfraed@ix.netcom.com>
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding quoted-printable
X-Mailman-Approved-At Mon, 12 Aug 2013 03:49:11 +0200
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.489.1376272151.1251.python-list@python.org> (permalink)
Lines 58
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376272151 news.xs4all.nl 15929 [2001:888:2000:d::a6]:59300
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52397

Show key headers only | View raw


Hi,

I don't know much about Python code. Where is the connection made, eg
config file - where can I find it?

Our SQLITe database is currently 9GB and we have a table that contains
7GB of BLOB type. I think the table cannot handle any more insert of
BLOB hence I want to change it to SQL database - which has no
restriction on database size.

Any suggestions?

Cheers,
Inna

-----Original Message-----
From: Python-list
[mailto:python-list-bounces+inna.belakhova=melbourne.vic.gov.au@python.o
rg] On Behalf Of Joel Goldstick
Sent: Saturday, 10 August 2013 3:02 PM
To: Dennis Lee Bieber
Cc: python-list@python.org
Subject: Re: connection change

On Fri, Aug 9, 2013 at 7:31 PM, Dennis Lee Bieber
<wlfraed@ix.netcom.com> wrote:
> On Fri, 9 Aug 2013 14:36:54 -0400, Joel Goldstick 
> <joel.goldstick@gmail.com> declaimed the following:
>
>
>>
>>Have you tried to change your program to use mysql instead?  If so, 
>>show the changes you made and what the results were.
>>
>
>         Pardon? "mssql" is not the same as "mysql"

oops.. bad reading Dennis..
> --
>         Wulfraed                 Dennis Lee Bieber         AF6VN
>     wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/
>
> --
> http://mail.python.org/mailman/listinfo/python-list



--
Joel Goldstick
http://joelgoldstick.com
--
http://mail.python.org/mailman/listinfo/python-list
This email is intended solely for the named addressee. 
If you are not the addressee indicated please delete it immediately.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

RE: connection change "Inna Belakhova" <Inna.Belakhova@melbourne.vic.gov.au> - 2013-08-12 09:50 +1000

csiph-web