Posts by Wandré Veloso • 31 points
3 posts
-
1
votes2
answers570
viewsQ: Create a VIEW or a new TABLE in Postgres?
Olás! I have a situation... I have a table that will have about 3*10 12 lines (3 trillion), but with only 3 attributes. In this table will have the Ids of 2 individuals and the similarity between…
-
2
votes1
answer504
viewsQ: How to use joblib in Python for parallelism?
I was trying to use the Thread Python to parallelize my code but I ran into a problem: when I create the Threads, the number of them exceeds 1,000 Threads easily, which, from 140, all start to give…
-
0
votes0
answers313
viewsQ: "git push origin Development" failure: non-fast-forward
I am in the development of a system and the situation is as follows: I created some new files on my machine and I want to send to Bitbucket but it will not. When I was creating I was giving out…