hi struppi,
ja, das sortier-feld ist indiziert. liegt die schlechte performance vielleicht an meinem perl-script? :
my $sth = $dbh->prepare("SELECT SQL_BIG_RESULT * FROM log\_session
ORDER BY session\_id
");
$sth->execute();
while (my @line = $sth->fetchrow()) {
tun was!
}
gruß,
norman