<div dir="ltr"><br><br>On Wed, May 30, 2018 at 11:50 PM, Mehrdad Varedi <<a href="mailto:varedi@gmail.com">varedi@gmail.com</a>> wrote:<br>><br>> Hi Everyone,<br>><br>> When using v.color on a map with 2 Million points, it takes more than 24 hours (I guess the last time it took near 40 hours). The CPU is busy less than 20% on a 8 core machine and a lot of memory is available (50% at least is empty out of the 16 GB). Is there a way that I could accelerate the processing? Is it normal at all?<br><div><br></div><div>A reason could be that the vector uses dbf as database driver. Database drivers other than dbf can make use of an index, therefore you could verify the database driver for WM195 with v.db.connect -p</div><div><br></div><div>If the vector uses dbf, you can switch to the default sqlite driver with</div><div><br></div><div>db.connect -d</div><div><br></div><div>then verify with db.connect -p</div><div><br></div><div>now make a copy of the vector and try again v.colors.</div><div><br></div><div>HTH,</div><div><br></div><div>Markus M</div><div><br></div><div><br></div><div>></div>> Here is the command I am using:<br>><br>> v.colors -c --verbose map=WM195@Waterlix use=attr column=BRProbH color=gyr rgb_column=ColorH<br>><br>> Thanks for your help in advance,<br>><br>><br>> Mehrdad<br>><br>> --<br>> Mehrdad Varedi<br>><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div>