search for: raw_result

Displaying 3 results from an estimated 3 matches for "raw_result".

Did you mean: raw_results
2006 May 23
8
ad-hoc query
How do you run an ad-hoc query that does not belong in any model? I thought it was something like ActiveRecord::connection.find("my query..."), but I can''t seem to find the documentation on it. I know I''ve seen it somewhere before, though. thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2020 Aug 20
18
[Bug 1451] New: nft add element fails when preceded by nft get element or nft delete element commands
...0836]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 20 03:28:48 lab-migw bash[2760836]: get element inet filter report_cb_4 { 54.175.52.184 } Aug 20 03:28:48 lab-migw bash[2760836]: Evaluate get Code to reproduce quickly is here: IFS=' ' read -ra TEMP <<< "$RAW_RESULTS" for j in ${TEMP[*]}; do nft -d eval get element inet filter "$SET" { "$j" } printf "%s\n" "ATTEMPTED GET OPERATION - get $j from $SET" nft -d eval add element inet filter "$SET" { "$j" } printf "%s\...
2010 Jul 20
16
zfs raidz1 and traditional raid 5 perfomrance comparision
Hi, for zfs raidz1, I know for random io, iops of a raidz1 vdev eqaul to one physical disk iops, since raidz1 is like raid5 , so is raid5 has same performance like raidz1? ie. random iops equal to one physical disk''s ipos. Regards Victor -- This message posted from opensolaris.org