Question

In: Computer Science

whats the purpose of the following software and tools in database warehousing? list some pros and...

whats the purpose of the following software and tools in database warehousing? list some pros and cons.

vmware
oracle database
repository and workspaces
design center

Solutions

Expert Solution

Ans.)

vmware

Purpose-

• VMware vFabric™ GemFire® provides high-performance data management with in-memory speed and elastic scalability.

• VMware vFabric SQLFire is designed to handle structured data and is well-suited for IT teams with relational database experience using a familiar SQL interface.
• VMware vFabric Data Director and VMware vFabric Postgres enable a database self-service solution that leverages virtualization to increase IT agility and improve enterprise governance.

• vFabric solutions are designed for IT organizations to confidently manage data across private, public and hybrid clouds.

Pros-

  • It provides a great remote access tool for accessing and managing servers in virtual environment. With the security risks surround remote desktop this provides a good alternative to do the same functions.

  • The app itself is very lightweight and easy to install/maintain.

  • Sandbox testing can be a time consuming thing to setup and do. Workstation makes this easy to create, use, and put away. This make you more willing to put new things in the sandbox and test them before production usage.

  • The cost of workstation is very affordable for the functionality that you get and you can try it for free before you buy it.

  • We use it to run apps that can be difficult to setup or conflict with other apps. We just spin this app VM up run it, and then shut it back down. The startup and shutdown is very quick.

Cons-

  • It's not free? With all the money spent on a VMware environment, they could easily give this product away as a tool to use with the overarching products.

  • Initial licensing can be a bit of a challenge as with any VMware product.

  • We have never needed support as the product is very easy to use, but VMware as a company doesn't provide the greatest support.

  • As you read the three things above, you will notice that we really don't have any ideas on how to improve the product as it works very well over all.

Oracle database

Oracle Database is able to efficiently leverage all hardware resources - multiple CPUs, multiple IO channels, multiple storage units, multiple nodes in a cluster.

Pros-

  • Oracle Database 12c has the ability to scale to support intensive workloads.

  • PL/SQL provides an efficient way to develop data-intensive processes that are able to interact with data without transferring it to an app server

  • Partitioning, Compression and Encryption are some of the optional features that enhance performance, reduce costs and secure the information stored in Oracle Database 12c

Cons-

  • New (actually it is more than five years old) multi-tenant architecture is not as straightforward as SQL Server, but it has been enhanced in Oracle 12c Release 2 and later 18c and 19c.

  • Many features require additional licensing (either as options or as packs) that increase the total cost

Repository and workspaces

Pros:

  • Separation of concerns; the application need not know about or track any or all data sources.
  • The Repository pattern helps to isolate both the service and the list access code. Isolation makes it easier to treat them as independent services and to replace them with mock objects in unit tests. Typically, it is difficult to unit test the repositories themselves, so it is often better to write integration tests for them.
  • DRY (Dont Repeat Yourself) design, the code to query and fetch data from data source(s) is not repeated.

Cons:

  • Adds another layer of abstraction which adds a certain level of complexity making it an overkill for small applications.
  • If you are caching data in heavily loaded systems, performance can be an issue. Consider synchronizing access to the data source. This ensures that only a single request for the data is issued to the list or back-end service. All other clients rely on the retrieved data.

Design center

The Design Center is the main graphical interface that we will be using to design our data warehouse, but we also use it to define our data sources. So let's take some time at this point to go over the user interface and familiarize ourselves with it.

But it does not provide the backend detail of the functions.


Related Solutions

whats the purpose of the following: source data structure source database object metadata an Oracle Database...
whats the purpose of the following: source data structure source database object metadata an Oracle Database Module SQL Server Database ODBC Model Warehouse Builder ODBC module for SQL Server
The purpose of this lab is to introduce some of the available tools used to prepare...
The purpose of this lab is to introduce some of the available tools used to prepare a weather forecast. Surface Analysis – http://weather.rap.ucar.edu/surface/sfc_alb.gif Satellite Imagery- http://www.goes.noaa.gov/ Radar - http://radar.weather.gov/radar.php?rid=box&product=N0R&overlay=11101111&loop=no Models – http://mag.ncep.noaa.gov/NCOMAGWEB/appcontroller?prevpage=index&MainPage=index&ca t=MODEL+GUIDANCE&page=MODEL+GUIDANCE SURFACE ANALYSIS: The surface analysis map shows the current meteorological conditions for the Northeast US. Note the symbols used on the map. These symbols are explained in Appendix B. Once you learn how to read the symbols you can “see” the weather on this map. SATELLITE IMAGERY:...
Purpose Purpose is to implement some single linked list methods. Add methods to the List class...
Purpose Purpose is to implement some single linked list methods. Add methods to the List class In the ‘Implementation of linked lists’ lecture, review the ‘Dynamic implementation of single linked list’ section. You will be adding new methods to the List class. Eight new methods are required: new constructor – creates a new single linked list from an array of integers e.g. int a[] = {1, 2, 3, 4}; List list = new List(a); toString() – returns a string representing...
Whats the purpose for each of the following , how can u compare between them and...
Whats the purpose for each of the following , how can u compare between them and give simple example for each of them (In simple words) Pro Forma Cash Flow Pro Forma Income Statements Pro Forma Balance Sheet Break-Even Analysis
List some examples of Computer Hardware and Software and what they would be used for
List some examples of Computer Hardware and Software and what they would be used for
Pros and Cons regarding reliability and validity of the following assessment tools: Fill in the blank...
Pros and Cons regarding reliability and validity of the following assessment tools: Fill in the blank Multiple Choice (4 answer choices) True or False Matching Rubric Portfolio One-on One Discussion
Draw an ERD with the following information: You are a database consultant with Ace Software, Inc.,...
Draw an ERD with the following information: You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Johnson Video Store in town. The owners have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental forms for years. They have finally decided to automate their record keeping with a relational database. You sit down with the owners to...
You have been given the following specifications for a simple database about the requests for software...
You have been given the following specifications for a simple database about the requests for software that staff members make for their units (note that primary keys are shown underlined, foreign keys in bold). You should run your SQL to demonstrate that it works correctly, and paste in the statements used plus the output from Oracle. LAB (RoomNo, Capacity) SOFTWARE (SoftwareID, SoftwareName, Version) REQUEST (SoftwareID, RoomNo, RequestDate, TeachingPeriod, Progress) Based on the table specifications provided, answer the following questions. Each...
What are the pros and cons of the Linux OS. List the following in your answer:...
What are the pros and cons of the Linux OS. List the following in your answer: Brief history of the Linux OS Different Linux OS versions What is open source verses closed source In what ways is Linux better than Windows? What are the GUI Shell? What are the features of each one and which OS do they belong to?
Which of the following is a database client software? Microsoft SQL Server 2017 Developer Microsoft SQL...
Which of the following is a database client software? Microsoft SQL Server 2017 Developer Microsoft SQL Server Management Studio Microsoft SQL Server Configuration Manager SQL Server Analysis Service Compared to Data Warehousing approach, the following are disadvantages of query-driven data integration approach, EXCEPT: __________. competition with local processing at source delay in query processing waste of storage space inefficient and potentially expensive for frequent queries What does OLAP stand for? Olympic Linear Algebra Problem On-Line Amazon Platform On-Line Analytical Processing...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT