creating large database 10gb for informix -


creating large database 10gb informix

as long ensure have enough disk space allocated in chunks dbspaces associated instance, there no particular problem creating medium size database such 10 gb one. these days, 'large database' doesn't start until reach 100 gb; arguably, not until reach 1 tb. 10 gb not small, isn't large.

where data come from? there large number of possible loading strategies, depending on data sources , version of ids. note latest versions of ids (11.50.xc6 or later) include 'external tables' (and extremely fast) loading mechanism, , merge statement combined external tables provides 'upsert' - update or insert (or delete) - mechanism too.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -