Questions tagged as 'collectionjs'

1
answer

get () method of collections.js in nodejs does not work

I made this code function reestructurar(dir,fileA){ var seto = new Set([]); read('${dir}/training/${fileA}', contentT => { for (var i = 0, chunki = contentT.split('\r\n'), leni =chunki.length; i < leni; i++){ if(seto...
asked by 10.10.2016 / 17:02
1
answer

Mongodb: Compare two collections and eliminate repeated documents

I work in a company that makes the collection service to bank customers (banks are our clients) and I mention this so that I do not think I do it for non-legal purposes. What is the best mechanism to eliminate existing data in another collect...
asked by 03.10.2017 / 01:00
1
answer

Improve the performance of a collection with multiple records

I have the following code: For Each Subitem In lstGastoResumen_Area Dim MesRealSub Dim MesPPTOSub MesRealSub = Aggregate y In lstGastoResumen Where y.Area = Subitem And y.Anio = Anio1 Into Sum(y.FebRealSoles) MesPPTOSub = Aggr...
asked by 22.02.2018 / 16:38