How to create a huge Informix database?

陌路散爱 提交于 2019-12-02 16:53:20

问题


Can anyone provide me with a script for creating a huge database (for example, 2 GB of data) in IBM Informix Dynamic Server (IDS) version 11.50.FC4 on a Linux RHEL 64-bit machine?


回答1:


I have a 2TB+ (nrows=10M, rowsize=2048) ascii load file (with pipe delimiters) for Informix which has unique: fullnames, adresses, phone numbers and a variety of other data types, like DATE, SMALLINT, DECIMAL (9,2), etc. for testing/benchmarking purposes.

Problem is - how can I get it to you?

Writing a script for generating a 2TB+ test file will not produce realistic data.



来源:https://stackoverflow.com/questions/2602255/how-to-create-a-huge-informix-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!