search for: terapeak

Displaying 4 results from an estimated 4 matches for "terapeak".

2011 Feb 18
1
Boundaries of R
...nsus seems to be that R does not work well with big data. I've started talking to the guys at Revolution, but I need to get some outside opinions of what R can actually handle. At about what size does R start to run into problems? -- *Michael Holt*, *Database Administrator* | A.E.R.S. & TERAPEAK 2307-4464 Markham Street, Victoria, BC, CANADA V8Z 7X8 +1 250 483 3271 (FAX) www.terapeak.com | www.aers.ca | [image: facebook]<http://www.facebook.com/pages/Terapeak/21544372056>| [image: twitter] <http://twitter.com/terapeak> [[alternative HTML version deleted]]
2010 Oct 13
5
network interface question
Hi, I don't have ifcfg-eth1 in my /etc/sysconfig/network-scripts. But when I do ifconfig eth1 I can see output as below. If I do ifconfig eth12 , I don't see anything which i am assume is normal. eth1 Link encap:Ethernet HWaddr 00:24:E8:44:DB:CC BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0
2013 Feb 11
1
Deques in R
I've been searching for information on using deques in R for the past couple of days. What little I've found has pointed me towards either the Rcpp package or the cpp project on R-forge (https://r-forge.r-project.org/projects/cpp/), but I've had trouble finding working examples. Are these the best ways to go about trying to implement a deque in R and does anyone have examples of how to
2010 Sep 25
3
Raid 10 questions...2 drive
I have been reading lots of stuff but trying to find out if a raid10 2drive setup is any better/worse than a normal raid 1 setup....I have to 1Tb drives for my data and a seperate system drive, I am only interested in doing raid on my data... So i setup my initial test like this.... mdadm -v --create /dev/md0 --chunk 1024 --level=raid10 --raid-devices=2 /dev/sdb1 /dev/sdc1 I have also read