Re: The joy of SQL

Liste des GroupesRevenir à col misc 
Sujet : Re: The joy of SQL
De : tnp (at) *nospam* invalid.invalid (The Natural Philosopher)
Groupes : comp.os.linux.misc alt.folklore.computers
Date : 27. Oct 2024, 10:52:07
Autres entêtes
Organisation : A little, after lunch
Message-ID : <vfl2g7$bic6$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
On 26/10/2024 19:48, Waldek Hebisch wrote:
In alt.folklore.computers Lars Poulsen <lars@cleo.beagle-ears.com> wrote:
On 2024-10-26, The Natural Philosopher <tnp@invalid.invalid> wrote:
On 26/10/2024 02:58, 186282@ud0s4.net wrote:
PHP is fair, but it's not really a good DB
    editing lang.
>
You can say that again. Faced with preparing a huge Comma delimited data
set from a very large database PHP simply died a death
>
I wrote that bit in C.
>
Perl does that very well.
 If you have enough memory.  I was using a Perl program to handle
1.3 MB data file.  The program was running out of memory on 8 MB
machine.  There was some supidity in the design: program was
written as a pipline of two processes, each keeping the whole
dataset in memory.  But also Perl data structures were memory-hungry.
That motivated me to write my own implementation of hash table
(in C), which comfortably stored the data set in available memory.
 Of course, frequently one can do processing just storing "current
line" and Perl allows to do this.  But many examples keep all
data in memory and in my case this was necessery.
 
Yup.
I had the same issues when using PHP.
There exists in a non relational form a database of counties, postcodes and addresses and which political entity is notionally in charge (borough and country councils etc) that I needed to turn into a relational database.
MySQL  couldn't do it. Or at least a day later it hadn't.
Neither could PHP.
But I wrote a C program in a couple of hours that would do the job, and do it in about an hour, so after three iterations to sort out the unpleasantness of town names like 'John O' Groats' and a few other issues, I had my database...
--
"I guess a rattlesnake ain't risponsible fer bein' a rattlesnake, but ah puts mah heel on um jess the same if'n I catches him around mah chillun".

Date Sujet#  Auteur
4 Oct 24 * Re: The joy of FORTRAN233186282@ud0s4.net
4 Oct 24 +* Re: The joy of FORTRAN231Lawrence D'Oliveiro
4 Oct 24 i`* Re: The joy of FORTRAN230186282@ud0s4.net
4 Oct 24 i +* Re: The joy of FORTRAN227Lawrence D'Oliveiro
4 Oct 24 i i`* Re: The joy of FORTRAN226rbowman
4 Oct 24 i i `* Re: The joy of FORTRAN225Lawrence D'Oliveiro
4 Oct 24 i i  +* Re: The joy of FORTRAN219rbowman
5 Oct 24 i i  i`* Re: The joy of FORTRAN218Lawrence D'Oliveiro
6 Oct 24 i i  i `* Re: The joy of FORTRAN217186282@ud0s4.net
6 Oct 24 i i  i  +- Re: The joy of FORTRAN1Lawrence D'Oliveiro
7 Oct 24 i i  i  +* Re: The joy of FORTRAN214rbowman
20 Oct 24 i i  i  i`* Re: The joy of FORTRAN213186282@ud0s4.net
20 Oct 24 i i  i  i +* Re: The joy of FORTH211Peter Dean
20 Oct 24 i i  i  i i+* Re: The joy of FORTH (not)2Lawrence D'Oliveiro
20 Oct 24 i i  i  i ii`- Re: The joy of FORTH (not)1Peter Dean
20 Oct 24 i i  i  i i`* Re: The joy of FORTH (not)208Lawrence D'Oliveiro
21 Oct 24 i i  i  i i `* Re: The joy of FORTH (not)207rbowman
21 Oct 24 i i  i  i i  +* Re: The joy of FORTH (not)199Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i`* Re: The joy of FORTH (not)198rbowman
21 Oct 24 i i  i  i i  i `* Re: The joy of FORTH (not)197Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i  `* Re: The joy of FORTH (not)196John Ames
21 Oct 24 i i  i  i i  i   `* Re: The joy of FORTH (not)195Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i    +* Re: The joy of FORTH (not)187John Ames
22 Oct 24 i i  i  i i  i    i`* Re: The joy of FORTH (not)186Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i `* Re: The joy of FORTH (not)185rbowman
22 Oct 24 i i  i  i i  i    i  `* Re: The joy of FORTH (not)184Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i   +* Re: The joy of FORTH (not)2rbowman
22 Oct 24 i i  i  i i  i    i   i`- Re: The joy of FORTH (not)1Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i   `* Re: The joy of FORTH (not)181John Ames
22 Oct 24 i i  i  i i  i    i    `* Re: The joy of FORTH (not)180Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i     +* Re: The joy of FORTH (not)151John Ames
22 Oct 24 i i  i  i i  i    i     i`* Re: The joy of FORTH (not)150Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i     i `* Re: The joy of FORTH (not)149John Ames
23 Oct 24 i i  i  i i  i    i     i  +* Re: The joy of FORTH (not)147magardner2010
23 Oct 24 i i  i  i i  i    i     i  i+* Re: The joy of FORTH (not)144Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii`* Re: The joy of FORTH (not)143magardner2010
24 Oct 24 i i  i  i i  i    i     i  ii `* Re: The joy of FORTH (not)142Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii  +* Re: The joy of FORTH (not)139186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  i`* Re: The joy of Ada138Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii  i `* Re: The joy of Ada137186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  i  `* Re: The joy of Ada136Lawrence D'Oliveiro
25 Oct 24 i i  i  i i  i    i     i  ii  i   `* Re: The joy of Ada135186282@ud0s4.net
25 Oct 24 i i  i  i i  i    i     i  ii  i    +* Re: The joy of Ada132rbowman
25 Oct 24 i i  i  i i  i    i     i  ii  i    i+* Re: The joy of SQL19Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii`* Re: The joy of SQL18186282@ud0s4.net
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii +* Re: The joy of SQL4Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i`* Re: The joy of SQL3rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i `* Re: The joy of SQL2Peter Dean
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i  `- Re: The joy of SQL1Peter Dean
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii +* Re: The joy of SQL5rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i+- Re: The joy of SQL1Lawrence D'Oliveiro
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i`* Re: The joy of SQL3John Ames
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i `* Re: The joy of SQL2Chris Ahlstrom
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i  `- Re: The joy of SQL1Kerr-Mudd, John
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii `* Re: The joy of SQL8The Natural Philosopher
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii  `* Re: The joy of SQL7Lars Poulsen
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii   +* Re: The joy of SQL4Waldek Hebisch
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i`* Re: The joy of SQL3The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i `* Re: The joy of SQL2rbowman
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i  `- Re: The joy of SQL1John Levine
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   `* Re: The joy of SQL2The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii    `- Re: The joy of SQL1rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    i+- Re: The joy of Ada1Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    i`* Re: The joy of Ada111The Natural Philosopher
26 Oct 24 i i  i  i i  i    i     i  ii  i    i +- Re: The joy of Linux1Lawrence D'Oliveiro
27 Oct 24 i i  i  i i  i    i     i  ii  i    i `* Re: The joy of Ada109The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    i  +- Re: The joy of Ada1rbowman
27 Oct 24 i i  i  i i  i    i     i  ii  i    i  `* Re: The joy of Ada107Lawrence D'Oliveiro
28 Oct 24 i i  i  i i  i    i     i  ii  i    i   `* Re: The joy of Ada106186282@ud0s4.net
28 Oct 24 i i  i  i i  i    i     i  ii  i    i    `* Re: The joy of Ada105Lawrence D'Oliveiro
29 Oct 24 i i  i  i i  i    i     i  ii  i    i     +* Re: The joy of Linux80Lawrence D'Oliveiro
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     i+* Re: The joy of Linux78Lawrence D'Oliveiro
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     ii+* Re: The joy of Linux3rbowman
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     iii`* Re: The joy of Linux2186282@ud0s4.net
31 Oct 24 i i  i  i i  i    i     i  ii  i    i     iii `- Re: The joy of Linux1Lawrence D'Oliveiro
3 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii`* Re: The joy of Linux74Lars Poulsen
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii +- Re: The joy of Linux1Lawrence D'Oliveiro
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii `* Re: The joy of Linux72The Natural Philosopher
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  +* Re: The joy of Linux3Lawrence D'Oliveiro
5 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  i`* Re: The joy of Linux2186282@ud0s4.net
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  i `- Re: The joy of Linux1Lawrence D'Oliveiro
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  `* Re: The joy of Linux68John Ames
5 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii   `* Re: The joy of Linux67The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii    `* Re: The joy of Linux66186282@ud0s4.net
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     +* Re: The joy of Linux27The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     i+* Re: The joy of Linux25rbowman
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii+* Re: The joy of Linux9The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii+* Re: The joy of Linux6rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii`* Re: The joy of Linux5The Natural Philosopher
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii `* OT: (politics) [was Re: The joy of Linux]4Robert Riches
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii  `* Re: OT: (politics) [was Re: The joy of Linux]3The Natural Philosopher
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii   `* Re: OT: (politics) [was Re: The joy of Linux]2Rich
9 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii    `- Re: OT: (politics) [was Re: The joy of Linux]1The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii`* Re: The joy of Linux2D
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii `- Re: The joy of Linux1The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii`* Re: The joy of Linux15D
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii +* Re: The joy of Linux2Chris Ahlstrom
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i`- Re: The joy of Linux1The Natural Philosopher
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii +* Re: The joy of Linux9rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i`* Re: The joy of Linux8The Natural Philosopher
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i `* Re: The joy of Linux7rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii `* Re: The joy of Linux3The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     i`- Re: The joy of Linux1Lawrence D'Oliveiro
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     `* Re: The joy of Linux38Rich
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     i`- Re: The joy of Linux1186282@ud0s4.net
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     +- Re: The joy of Ada1186282@ud0s4.net
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     `* Re: The joy of Ada23186282@ud0s4.net
26 Oct 24 i i  i  i i  i    i     i  ii  i    `* Re: The joy of Ada2186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  `* Re: The joy of strong typing2magardner2010
25 Oct 24 i i  i  i i  i    i     i  i`* Re: The joy of FORTH (not)2Peter Flass
23 Oct 24 i i  i  i i  i    i     i  `- Re: The joy of FORTH (not)1Jim Jackson
23 Oct 24 i i  i  i i  i    i     `* Re: The joy of FORTH (not)28Peter Flass
21 Oct 24 i i  i  i i  i    +- Re: The joy of FORTH (not)1rbowman
23 Oct 24 i i  i  i i  i    `* Re: The joy of FORTH (not)6Waldek Hebisch
21 Oct 24 i i  i  i i  +- Re: The joy of FORTH (not)1Peter Dean
24 Oct 24 i i  i  i i  `* Re: The joy of FORTH (not)6Marc Olschok
21 Oct 24 i i  i  i `- Re: The joy of FORTRAN1John Ames
7 Oct 24 i i  i  `- Re: The joy of FORTRAN1The Natural Philosopher
5 Oct 24 i i  `* Re: The joy of FORTRAN5Lawrence D'Oliveiro
4 Oct 24 i +- Re: The joy of FORTRAN1Richard Kettlewell
4 Oct 24 i `- Re: The joy of FORTRAN1John Ames
4 Oct 24 `- Re: python abstractions, The joy of FORTRAN1John Levine

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal