Changes between Version 3 and Version 4 of Statistics


Ignore:
Timestamp:
Apr 20, 2009, 9:50:17 AM (15 years ago)
Author:
nicolasribot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Statistics

    v3 v4  
    7575
    7676
    77 == Specification ==
     77== Specifications (current implementation of statistics) ==
    7878Storing and displaying information about metadata search involves several sub components or logical elements:
    7979 * The '''Database schema''' that will store search information
     
    124124Tagcloud feature:
    125125
    126 A JS library is used to generate a lightweight tagcloud based on a SQL query counting search results group by keywords.
     126A JS method is used to generate a lightweight tagcloud based on a SQL query counting search results group by keywords.
    127127This tag is currently displayed at the beginning of the page.
     128
     129== Improvements - genericity ==
     130
     131=== Database management ===
     132 * add a thread to perform database insertion when a search is done, to avoid slowing down the search process
     133 *