[Metakit] Re: Appending rows, effectiveness, documentation

2005-01-06 Thread Jean-Claude Wippler
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
_
Metakit mailing list  -  Metakit@equi4.com
http://www.equi4.com/mailman/listinfo/metakit


Re: [Metakit] Re: Appending rows, effectiveness, documentation

2005-01-06 Thread Brian Kelley
 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).

This is a deficiency in the python wrapper.  I have a patch somewhere
that I can submit.

Brian

 
 -jcw
 
 _
 Metakit mailing list  -  Metakit@equi4.com
 http://www.equi4.com/mailman/listinfo/metakit

_
Metakit mailing list  -  Metakit@equi4.com
http://www.equi4.com/mailman/listinfo/metakit