Search notes:

Data exchange formats

Some data exchange formats are

Challenges with CSV and JSON

CSV and JSON are notably quite prone to data corruption, mainly because these format have almost no notion for data types or domains (such as date and/or time). So, it's easy to insert a text such as hello world into a field that is supposed to store a date.

Scalability, parallel processing

CSV and JSON cannot (easily) be split into partitions that can be processed in parallel.

See also

The Python library datasets

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758186347, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/Data/exchange/formats/index(60): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78