Displaying 8 results from an estimated 8 matches for "uneffici".
Did you mean:
uffici
2018 Feb 01
2
How to trigger a resync of a newly replaced empty brick in replicate config ?
...gluster/brick1
(about 7.4 TB) to the empty server2:/data/gluster/brick1, which it only did for directories, but not for files.
For the moment, I launched on the fuse mount point
> find . | xargs stat
but crawling the whole volume (100 TB) to trigger self-healing of a single brick of 7.4 TB is unefficient.
Is there any trick to only self-heal a single brick, either by setting some attributes to its top directory, for example ?
Many thanks,
Alessandro
2005 Oct 13
6
shell scripts in R
Hi,
How can I execute some scripts from within R.
I have a large data file which I process (for instance with gawk, but not
only) before performing some statistics.
I would like to do this in R, so that I do not have to save many data files
and then making analysis on them (which proved to be unefficient)
Thank you
Marco Grazzi
2018 Feb 01
0
How to trigger a resync of a newly replaced empty brick in replicate config ?
...about 7.4 TB) to the empty server2:/data/gluster/brick1, which it only did for directories, but not for files.
>
> For the moment, I launched on the fuse mount point
>> find . | xargs stat
> but crawling the whole volume (100 TB) to trigger self-healing of a single brick of 7.4 TB is unefficient.
>
> Is there any trick to only self-heal a single brick, either by setting some attributes to its top directory, for example ?
>
>
> Many thanks,
>
>
> Alessandro
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-...
2018 Feb 02
1
How to trigger a resync of a newly replaced empty brick in replicate config ?
...>> > For the moment, I launched on the fuse mount point
> >> >
> >> >> find . | xargs stat
> >> >
> >> > but crawling the whole volume (100 TB) to trigger self-healing of a
> >> > single
> >> > brick of 7.4 TB is unefficient.
> >> >
> >> > Is there any trick to only self-heal a single brick, either by setting
> >> > some attributes to its top directory, for example ?
> >> >
> >> >
> >> > Many thanks,
> >> >
> >> >
&g...
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora
* enable v4l input again (-f video4linux or -f video4linux2)
* ability to set framerate for image sequences (--inputfps)
* fix several memory leaks
* if only width or height are given,
the other is set to preserve aspect ratio
* -start / -end options now work with audio only input
* new option --novideo to disable video
2008 May 23
20
Rails validation is inefficient
...ex on login and the following MySQL query:
SELECT * FROM `users` WHERE (users.login = ''fernando'' AND users.id <>
10001) LIMIT 1
It takes less than 0.001s and the EXPLAIN gives me: primary_key and
login.
How can I remove this "LOWER" instruction from MySQL which is
unefficient, I can code that directly in Ruby.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...
2008 Oct 10
4
ffmpeg2theora 0.22 released
ffmpeg2theora 0.22 is out - http://v2v.cc/~j/ffmpeg2theora
* enable v4l input again (-f video4linux or -f video4linux2)
* ability to set framerate for image sequences (--inputfps)
* fix several memory leaks
* if only width or height are given,
the other is set to preserve aspect ratio
* -start / -end options now work with audio only input
* new option --novideo to disable video
2002 Apr 18
5
Two problems
Hello! Two questions:
1: I have to import a matrix of adjacency from a file of a software that is
not R (for example "bloc notes" of Windows). The problem is that the matrix
is not in the explicit form as
0 1 1
1 0 0
1 0 0
but it is a scattered matrix where in each row there are two nodes that have
a direct path.
The matrix is
a b
a c
b a
c a
For example, the first row