Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MYSQL のような DB で map reduce プログラムを実行するとき、最初にデータベースでクエリが実行され、次に結果セットが取得され、分割が作成され、それぞれが分割を取得する個々のマッパーによって操作されるかどうか疑問に思いました。
For example, I have a class that says
public class KeyList extends Vector<Object> { }
but it never specifically creates a new Vector of any kind. This is part