Tag: data


Found 171 results for 'data'.


1) database - Storing unchangeable data in database vs in code
2) database - Multiple Display of a Document and persist each viewer change in a single document
3) database-design - Encoding of timestamps over cosmological time (64-bit linear vs 32-bit logarithmic)
4) database - How to store large amount of session data
5) database-design - How to store data that is recorded with different frequency?
6) database-design - Place measurement data in database (access)
7) database-design - Does it make sense to have a custom textual data format?
8) c# - C# class design for clear API wrapper
9) microservices - How to ensure data consistency between 2 microservices while both having write permissions
10) environment - Should there be a "data hygiene" index for software - to indicate how clean the program is? not leaving temp files, etc
11) data - Binary data formats, how to make ensure you can read different format versions?
12) data - Sensitive Data Storage - Best Practices
13) c# - Common interface to handle different data type
14) data - Generic way to describe data synchronization between systems?
15) design-patterns - Design pattern for configuring objects
16) design - Deduplication of complex records / Similarity Detection
17) database - Data Class: spread boilerplate for each different database over multiple class copies, or add complexity to original class?
18) data - Approach for parsing and indexing very large files
19) database - Which datastructure to use for temporary storage of intermittent and asynchronous sensor data?
20) database - Referential integrity in a database where tuples are not physically deleted
21) encryption - How to handle encryption key conflicts when synchronizing data?
22) php - Almost Realtime Data and Web application
23) database - Architecture of "tags" for contacts in a marketing system and hard-coded IDs so functions can refer to them
24) database - From Oracle to Apache Parquet : how to handle eventual consistency?
25) java - One Enum vs Multiple Enums
26) database - Microservices - sharing data through distributed in-memory cache?
27) database - Optimal strategy for pushing data to DB for repeat updates, considering only a fraction of records change values
28) data - Should temporary files be saved to /tmp or the current working directory?
29) database-design - ER Diagram Multiplicity (UML)
30) data - Entity-Relationship language, not diagram
31) database - How do B-Trees used in databases sort data based on different fields?
32) java - Data validation: separated class or not?
33) linux - Recover Windows partition in a GPT disk (previously MBR)
34) javascript - Read large JSON file and return a subset for map
35) performance - insert on table being unnaturally slow
36) design-patterns - How much of the data preparation, transformation, and processing belongs in Repository layer?
37) multithreading - Design of file I/O -> processing -> file I/O system
38) architecture - Abstract data communication in modular design
39) design - Data structure for graphs and vectors in C
40) data - What are graph datastores better at doing than other datastores and why?
41) data - Dictionary Coding for OLAP
42) data-structures - Find likely candidates for visited locations along GPS track
43) c++ - Should repeatedly-computed quantities derived from member data be stored in member data containers?
44) database - Modify existing column or link to what the change is?
45) java - Program design with multiple data sets, algorithms and results
46) data - Why is it considered a good practice to isolate data management in a microservice?
47) data - How to represent a data model?
48) xml - Enforcing Constraints Upon Data Documents of Various Formats
49) shell-script - Pasting files and concatating files together
50) data - How much data validation is too much?