Posts by Wédney Yuri • 173 points
2 posts
-
4
votes2
answers96
viewsA: Search performance involving multiple disks
If done correctly, there will be a performance gain (maybe minimal depending on your application). Implementing a database on multiple Hds is a bit complex and perhaps unnecessary for the size of…
-
0
votes2
answers1682
viewsA: Consume Rest with Angularjs
I didn’t exactly understand the problem with your code. I played your code in Plunker with a few changes: http://plnkr.co/edit/sTc7jcRXvIsth5Ht0mZR?p=info var app = angular.module('plunker',…