|
|
|
|
|
|
June 2005 - Posts
split and join Files
Tuesday, June 07, 2005 5:59 AM
public class FilePartitionManager
{
private FilePartitionManager()
{
}
private static string GetFolder(string FileName)
{
System.IO.FileInfo info = new FileInfo(FileName);
return info.DirectoryName;
}
public static void WritePartition(int
Read More
Oracle beats Microsoft!
Thursday, June 02, 2005 1:11 PM
I think Oracle 10g has beaten Yukon. what Yukon can do is only horizontal fragmentation via function / scheme, BUT Oracle 10g supports Grid computing. This means that Yukon in distributed computing era, while Oracle already move into Grid computing era..
Read More
|
|
|
|