Search |
PlanetFlowschema problemsCREATE TABLE hostnames ( June 26, 2007The database is horribly inefficient. Looking into a new schema that will use the same data inputs and actually use relations within the database to link the data. Currently, a table is created for each flow and then an entry is made into a main table which keeps track of all the flow tables. In order to query this data, you have to run 2 queries: 1 to the main TOC table to find the name of the flow table, then another to query that table and get the flow data. This is a perfect example of how NOT to use a relational database. Looking into the most effecient storage model and nomalization for this system. 2NF should be fine due to the nature of the data. PlanetFlow UpdatePlanetFlowWorks in progress:
|
PlanetLab loginAnnouncements
|