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


Groups > comp.lang.python > #73517

Re: Python ORM library for distributed mostly-read-only objects?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <matthias@urlichs.de>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; '(so': 0.07; '128': 0.09; 'cc:addr:python-list': 0.11; '384': 0.16; 'gig.': 0.16; 'subject:ORM': 0.16; 'subject:library': 0.16; 'fit': 0.20; 'memory': 0.22; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'load': 0.23; 'header :User-Agent:1': 0.23; 'tend': 0.24; 'server.': 0.24; 'header:In- Reply-To:1': 0.27; 'scale': 0.29; 'code': 0.31; 'ray': 0.31; 'cc:no real name:2**1': 0.33; "i'd": 0.34; 'problem': 0.35; 'subject:?': 0.36; 'hi,': 0.36; 'server': 0.38; 'sure': 0.39; 'days': 0.60; 'money.': 0.60; 'referred': 0.60; 'new': 0.61; 'content-disposition:inline': 0.62; 'kind': 0.63; 'default': 0.69; 'william': 0.81; 'subject:read': 0.84; 'besides,': 0.93
Date Mon, 23 Jun 2014 19:42:51 +0200
From Matthias Urlichs <matthias@urlichs.de>
To William Ray Wing <wrw@mac.com>
Subject Re: Python ORM library for distributed mostly-read-only objects?
References <85659fdd-511b-4aea-9c4b-17a4bbb88662@googlegroups.com> <roy-4AD1D3.09495322062014@news.panix.com> <b1167ac3-4735-4d35-9f21-71abc9e5fb46@googlegroups.com> <BC740E55-A35B-4E03-B731-45DE3B21A84E@mac.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
In-Reply-To <BC740E55-A35B-4E03-B731-45DE3B21A84E@mac.com>
User-Agent Mutt/1.5.23 (2014-03-12)
X-Smurf-Spam-Score -1.1 (-)
X-Smurf-Whitelist +relay_from_hosts
Cc smurfix@gmail.com, 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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11204.1403546385.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1403546385 news.xs4all.nl 2941 [2001:888:2000:d::a6]:45746
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:73517

Show key headers only | View raw


Hi,

William Ray Wing:
> Are you sure it won’t fit in memory?  Default server memory configs these days tend to start at 128 Gig, and scale to 256 or 384 Gig.
> 
I am not going to buy a new server. I can justify writing a lot of custom
code for that kind of money.

Besides, the time to actually load all the data into memory beforehand
would be prohibitive (so I'd still need a way to load referred data on
demand), and the update problem remains.

-- 
-- Matthias Urlichs

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


Thread

Python ORM library for distributed mostly-read-only objects? smurfix@gmail.com - 2014-06-22 02:46 -0700
  Re: Python ORM library for distributed mostly-read-only objects? Roy Smith <roy@panix.com> - 2014-06-22 09:49 -0400
    Re: Python ORM library for distributed mostly-read-only objects? smurfix@gmail.com - 2014-06-22 21:26 -0700
      Re: Python ORM library for distributed mostly-read-only objects? William Ray Wing <wrw@mac.com> - 2014-06-23 09:43 -0400
        Re: Python ORM library for distributed mostly-read-only objects? Roy Smith <roy@panix.com> - 2014-06-23 11:11 -0400
          Re: Python ORM library for distributed mostly-read-only objects? smurfix@gmail.com - 2014-06-23 11:00 -0700
      Re: Python ORM library for distributed mostly-read-only objects? Matthias Urlichs <matthias@urlichs.de> - 2014-06-23 19:42 +0200
  Re: Python ORM library for distributed mostly-read-only objects? Lie Ryan <lie.1296@gmail.com> - 2014-06-23 16:54 +0100
    Re: Python ORM library for distributed mostly-read-only objects? smurfix@gmail.com - 2014-06-23 11:05 -0700
      Re: Python ORM library for distributed mostly-read-only objects? Lie Ryan <lie.1296@gmail.com> - 2014-06-24 00:16 +0100

csiph-web