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


Groups > comp.lang.python > #63803 > unrolled thread

Re: efficient way to process data

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-13 09:18 +1100
Last post2014-01-13 09:18 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: efficient way to process data Chris Angelico <rosuav@gmail.com> - 2014-01-13 09:18 +1100

#63803 — Re: efficient way to process data

FromChris Angelico <rosuav@gmail.com>
Date2014-01-13 09:18 +1100
SubjectRe: efficient way to process data
Message-ID<mailman.5388.1389565132.18130.python-list@python.org>
On Mon, Jan 13, 2014 at 6:53 AM, Petite Abeille
<petite.abeille@gmail.com> wrote:
> On Jan 12, 2014, at 8:23 PM, Larry Martell <larry.martell@gmail.com> wrote:
>
>> AFAIK, there is no way to do this in SQL.
>
> Sounds like a job for window functions (aka analytic functions) [1][2].

That's my thought too. I don't think MySQL has them, though, so it's
either going to have to be done in Python, or the database back-end
will need to change. Hard to say which would be harder.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web