Building A Data Warehouse

Building A Data Warehouse
Comunicaciones de dispositivos?

Yo trabajo en un centro de datos que se aloja en un almacén que está revestida en metal. Necesitamos algún tipo de dispositivo de comunicación para que el personal errante alrededor del edificio pueden ponerse en contacto entre sí. Los teléfonos móviles no funcionan y tenemos problemas con walkie talkies. ¿Alguien puede recomendar algo? Debo mencionar que el dispositivo debe ser inalámbrica. Cableado nada no es realmente posible.

Usted puede tratar de FRS / radios de dos vías GMRS de mano. Muchas personas los utilizan para ese fin. No se requiere licencia para el menor potencia de canales FRS. Usted necesita obtener la licencia de la FCC para la mayor potencia de canales GMRS – pero con mayor poder, se presenta un mayor alcance. No son muy caros por lo que, puede que vale la pena intentarlo. http://www.buy.com/retail/usersearchresults.asp?querytype=home&qu=FRS+radio&qxt=home&display=col http://www.walmart.com/catalog/catalog.gsp?cat=164120 http:// www.costco.com/Browse/Product.aspx?Prodid=11214472&search=FRS 20radio% 20GMRS% y Mo = 0 & cm_re = 1_Sp-_–_-Top_Left_Nav Top_search & lang = es-es y = n º P_CatalogName: BC & E = S & N = 5000043 y WHSE = BC & Dx = modo + matchallpartial y NTK = Text_Search y el Dr = P_CatalogName: BC & Ne = 4000000 + D = 20radio% FRS 20GMRS% y Ntt% = FRS 20GMRS 20radio% y n = 0 & Ntx = modo + matchallpartial y NTY = 1 & topnav = & s = 1 O, es posible que desee probar una banda de radio de negocios, que también requiere una licencia de la FCC para utilizar: http://www.costco.com/Browse/Product.aspx?Prodid=11134862&whse=BC&Ne=4000000&eCat=BC|79|4842|20094&N = 4017816 & Mo = 7 y n º 2 = & Nr = P_CatalogName: BC & cat = 20094 y Ns = P_Price | 1 | | P_SignDesc1 & lang = es-ES y Sp = C & hierPath = 79 * 4842 * 20094 * y topnav =

Building A Data WarehouseBuilding A Data Warehouse
Building A Data Warehouse

It is possible to implement a Data Warehouse with open data base?

if you want to build a data warehouse kind of big, i guess something like 1 terabytes of data. Can you used an open data base like postgresql or mysql?

According to the PostgreSQL link below:

Maximum size for a database?unlimited (32 TB databases exist)
Maximum size for a table?32 TB
Maximum size for a row?400 GB
Maximum size for a field?1 GB
Maximum number of rows in a table?unlimited
Maximum number of columns in a table?250-1600 depending on column types
Maximum number of indexes on a table?unlimited

From the MySQL link below, the documentation indicates that the limits are more on the file size limit of the file system rather than MySQL itself.

Operating System File-size Limit
Win32 w/ FAT/FAT32 2GB/4GB
Win32 w/ NTFS 2TB (possibly larger)
Linux 2.2-Intel 32-bit 2GB (LFS: 4GB)
Linux 2.4+ (using ext3 filesystem) 4TB
Solaris 9/10 16TB
MacOS X w/ HFS+ 2TB
NetWare w/NSS filesystem 8TB

To put this in perspective, Oracle (third link below – sorry, PDF file) list:

Oracle Database 10g meets and exceeds any capacity requirements with support for Ultra Large Databases (ULDB), which can be as large as millions of terabtyes (exabytes). The database size limit has been raised by the introduction of ultra large files (terabytes in a single file), unlimited size LOB columns (terabytes)

In the TB range, either MySQL or PostgreSQL seem to be able to meet your criteria.

Balanced Building Blocks in Data Warehousing