DBMS - On Data Integration and Data Mining For Developing Business Intelligence
DBMS - On Data Integration and Data Mining For Developing Business Intelligence
Oracle
Database
Table
Attribute
Row
MongoDB
Database
Collection
Tag
DOC
Metadata
Oracle Scripts:
SELECT DISTINCT [geos].name GeoName, geo_id, venues.id VenuesID, venues.name VenuesName, online_desc
Description, 'New York City',is_out_of_business,show_on_tl
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id join venues on
venues.geo_id=geos.id
WHERE geos.id in ( SELECT DISTINCT geos.id
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id
WHERE ([geo_relationships].parent_id =436)
UNION
SELECT DISTINCT geos.id
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id
WHERE geos.id=436)
UNION
SELECT DISTINCT [geos].name GeoName, geo_id, venues.id VenuesID,venues.name VenuesName, online_desc
Description, 'New York City',is_out_of_business,show_on_tl
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id join venues ON
venues.geo_id=geos.id
WHERE geos.id in ( SELECT DISTINCT geos.id
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id
WHERE ([geo_relationships].parent_id =436)
UNION
SELECT DISTINCT geos.id
FROM [geos] INNER JOIN geo_relationships ON geos.id = geo_relationships.child_id
WHERE geos.id=43)
Promotion,
Eiffel Tower,
Palace,
Subway.
If we use the MongoDB, the possible viewed pages including
friends bookmark like favorite restaurants, Shopping tips
in Paris, shows ,London, Promotion for Paris and
London and Buckingham Palace, ,etc. Therefore, the
following table is a summary of the Average Page View
(APV) of Oracle and MongoDB databases for our case studies.
Oracle
MongoDB
5
11
Average Page View (APV)
Table 3. A comparison of Average Page View (APV) Per
Entry of Oracle and MongoDB databases.