Find more posts tagged with
Sort by:
1 - 2 of
21
If all the attributes are exactly the same (same names, same data type, etc.) then you could also use Append.
But depending on whether you are running RapidMiner Studio locally, and the size/memory of your machine, this may be something that you are better off doing inside your database environment first. Pulling millions of records into memory for merge operations is going to be a challenge for most desktops. If you are using RapidMiner Server and have that class of hardware available, it is a different story.
Hi,
Ok, that seems to be something you could do with the "Join" operator. Did you try to use it? If yes, what is the specific problem you have?
Cheers,
Ingo