Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
No, thats wrong, running this query returns exactly one biginteger value
representing the primary key of the topic tuple.
scenario:
Topic t1 => ID : 1
Name n1 => ID : 2 => Type : t1
In this case the query returns the ID 1 and never a list.
But you are right, that the from part for topics could be removed.
Original comment by Sven.Kro...@googlemail.com
on 25 Oct 2010 at 1:52
the table topics was removed from FROM-clause
Original comment by Sven.Kro...@googlemail.com
on 25 Oct 2010 at 1:54
Great!
I did some log analyzing (with pgfuoine [1]) on the Postgres queries while
using Maiana with MT-DB backend. I just opened the ToyTM, and navigated to:
* 'Berlin' topic
* 'Master Index'
* 'Index of Individuals'
* 'Index of Themes'
* 'Unnamed Topics'
* Query with TMQL -> '/ topic::*'
The results of the analysis is attached: maiana-without-index.html
Then I tried to use the pgAdmin Query Analyzer to find performance issues. I
fixed some of the slowest queries by adding indexes to the schema (see
MaJorToM-indexes.sql) and ran the upper test scenario again. The results of
this analysis are represented with: maiana-with-index.html
Original comment by MarcelHoyer@gmail.com
on 25 Oct 2010 at 1:58
Attachments:
[deleted comment]
Ups. Missed something:
[1] http://pgfouine.projects.postgresql.org/
Original comment by MarcelHoyer@gmail.com
on 25 Oct 2010 at 2:01
Attachments:
Original issue reported on code.google.com by
MarcelHoyer@gmail.com
on 25 Oct 2010 at 12:27