large-data
Architecture for exploration and analysis of large data
We are planning to build a data exploration system for a large set of events (in the order of millions).[详细]
2023-03-23 10:02 分类:问答Java implementation of singular value decomposition for large sparse matrices
I\'m just wondering if anyone out there knows of a java implementation of singular value decomposition (SVD) for large sparse matrices? I need this implementation for latent semantic analysis (LSA).[详细]
2023-03-23 07:05 分类:问答What is the fastest setup for computing large string datasets?
For my day job, I have been tasked with setting up a computer system to run calculations on a large database of strings. I have establish a proof of concept, but don\'t have the low-level knowledge to[详细]
2023-03-22 07:52 分类:问答Crypt large amount of data in PHP
I develop a software which have to crypt data before to send it to another instance of the same soft (which have to decrypt it of course). I first use op开发者_运维知识库enssl_public_encrypt / openssl[详细]
2023-03-21 04:07 分类:问答How do I use streaming with WCF services returning a large data set?
I\'m fairly new to WCF and I\'m trying to figure out how streaming works.I basically have a web service that is supposed to return some information from a db.The data returned is potentially very larg[详细]
2023-03-20 22:50 分类:问答Processing large amounts of data quickly
I\'m working on a web application wh开发者_C百科ere the user provides parameters, and these are used to produce a list of the top 1000 items from a database of up to 20 million rows.I need all top 100[详细]
2023-03-18 06:00 分类:问答Bind Combobox with huge data in WPF
I am trying to bind combobox with custom object list. My object list have around 15K record and combobox takes long time to show the data after clicking on combobox.[详细]
2023-03-18 04:22 分类:问答Handling very large amount of data in MyBatis
My goal is actually to dump all the data of a database to an XML file. The database is not terribly big, it\'s about 300MB. The pr开发者_StackOverflow中文版oblem is that I have a memory limitation of[详细]
2023-03-17 03:11 分类:问答file based merge sort on large datasets in Java
given large datasets that don\'t fit in memory, is there any library or api to perform sort in Java? the implementation would possibly be simila开发者_如何学编程r to linux utility sort.Java provides a[详细]
2023-03-12 08:47 分类:问答Is it possible to save only half of a symmetric matrix to save the memory?
There is a large matrix that is used in Ax=b type problem.A is symmetric. Is there any algorithm to let us save only half of the matrix a开发者_开发知识库nd do operation like x=A\\b on it?You\'ll only[详细]
2023-03-11 17:46 分类:问答