[Metakit] Re: Appending rows, effectiveness, documentation

Jean-Claude Wippler jcw at equi4.com
Thu Jan 6 19:21:09 CET 2005


Wolfgang Lipp wrote:

> imho, it would be a good idea to have a command similar to 
> metakit.wrap() to add large number of data items to an existing view; 
> that would solve most problems. or is there some efficient way to get 
> the data from one (in-memory) view to another (on-disk) view?

What language?  In C++ you can insert one view into another.  That and 
using blocked views should go a long way (don't pre-allocate in blocked 
views, it probably won't help much).

Ah, wait, your "metakit.wrap()" comment indicates you're using the 
Python binding.  Hmmm, looks like we forgot to add a wrapper for C++'s 
"view.InsertAt(pos,view)".

-jcw



More information about the Metakit mailing list