- Nov 2023
-
martin.kleppmann.com martin.kleppmann.com
-
Database transactions support a weak form of multi-version con-currency control by allowing an uncommitted transaction’s writesto be either committed or rolled back by aborting the transaction [8].However, most databases do not allow one user to share the state ofan uncommitted transaction with another user, and most databasesdo not allow the user to find out what data has changed in anuncommitted transaction (the equivalent of git diff). Moreover,in most database systems, an uncommitted transaction may holdlocks and thus prevent other transactions from making progress.
I.e., DB-first approach does not have divergent view as first-class citizen.
-
- Oct 2023
-
developer.data.world developer.data.world
Tags
Annotators
URL
-
-
buildkite.com buildkite.com
-
UUID Version 7 (UUIDv7) is a time-ordered UUID which encodes a Unix timestamp with millisecond precision in the most significant 48 bits. As with all UUID formats, 6 bits are used to indicate the UUID version and variant. The remaining 74 bits are randomly generated. As UUIDv7 is time-ordered, values generated are practically sequential and therefore eliminates the index locality problem.
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | unix_ts_ms | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | unix_ts_ms | ver | rand_a | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |var| rand_b | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | rand_b | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-
- Sep 2023
-
funnylog.gitee.io funnylog.gitee.io
-
一致性读
Tags
Annotators
URL
-
-
funnylog.gitee.io funnylog.gitee.io
-
你一定希望在校对过程中,即使有用户发生了一笔新的交易,也不影响你的校对结果。
Tags
Annotators
URL
-
- Aug 2023
-
joyofcode.xyz joyofcode.xyz
Tags
Annotators
URL
-
- Jul 2023
-
blog.cloudflare.com blog.cloudflare.com
Tags
Annotators
URL
-
- Jun 2023
-
www.dataversity.net www.dataversity.net
-
cambridgesemantics.com cambridgesemantics.com
- Jan 2023
-
-
```js const TOKEN = "YOUR_PERSONAL_ACCESS_TOKEN"; const GIST_ID = "YOUR_GIST_ID"; const GIST_FILENAME = "db.json";
/ * Reads the JSON file inside of the gist / async function getData() { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
); const gist = await req.json(); return JSON.parse(gist.files[GIST_FILENAME].content); }/ * Puts the data you want to store back into the gist / async function setData(data) { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
, { method: "PATCH", headers: { Authorization:Bearer ${TOKEN}
, }, body: JSON.stringify({ files: { [GIST_FILENAME]: { content: JSON.stringify(data), }, }, }), });return req.json(); } ```
-
- Oct 2022
-
www.interdb.jp www.interdb.jp
-
- Aug 2022
-
www.codeproject.com www.codeproject.com
-
javascript.info javascript.info
-
- Jul 2022
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
Daubechies – db5 wavelets
DB5 wavelet: http://wavelets.pybytes.com/wavelet/db5/
Tags
Annotators
URL
-
-
-
Scalability: Cosmos DB is horizontally scalable to support hundreds of millions of reads and writes per second
Since it is a Platform as a Service, it isolates the configuration required to perform scaling from the users, allowing them to focus on their data manipulation.
-
replicated
so they said replicated, not fragmented.
-
-
developer.mozilla.org developer.mozilla.orgIDBIndex1
Tags
Annotators
URL
-
- Feb 2022
-
localforage.github.io localforage.github.io
Tags
Annotators
URL
-
-
-
-
-
-
www.leemeichin.com www.leemeichin.com
Tags
Annotators
URL
-
- Dec 2021
-
docs.replit.com docs.replit.com
Tags
Annotators
URL
-
-
anita-app.com anita-app.com
- Aug 2021
-
benjamincongdon.me benjamincongdon.me
- Feb 2021
-
Local file Local file
-
- Nov 2020
-
hypothes.is hypothes.is
-
A Wikipedia kifogása az iTA szócikkel kapcsolatban
Mint Wikipedia szerkesztésért "felelős" jelzem: ne törődj ezzel! Nem számít túlzottan, ha majd az "supervisor"-ok mégis jeleznek (amit nekem fognak), teszek valamit. A tag törölhető - szerintem.
Tags
Annotators
URL
-
- May 2020
-
github.com github.com
-
version="2.0">
Current version is XSLT 3.
-
-
github.com github.com
-
<div class="templates:surround?with=templates/page.html&at=content"> <h1>Table of Contents</h1> <div data-template="app:toc"/> </div>
This seems to combine two different ways of HTML templating:
- class
- data-tag
Should it be done in this way?
-
-
howto.acdh.oeaw.ac.at howto.acdh.oeaw.ac.at
-
Collections tile which will open the Collection Browser. Navigate to the application root directory /db/apps/thun-demo, click on the New Collection icon, enter pages as name and click ok.
This seems to be outdated. AFAIK, the way now is to use DB Manager in eXide.
-
-
tei.it.ox.ac.uk tei.it.ox.ac.uk
-
Entire web applications can be written in XQuery (+ XSLT,XHTML, CSS and Javascript)
XQuery for entire applications.
-
-
aws.amazon.com aws.amazon.com
-
Using AWS SCT to convert objects (tables, indexes, constraints, functions, and so on) from the source commercial engine to the open-source engine. Using AWS DMS to move data into the appropriate converted objects and keep the target database in complete sync with the source. Doing this takes care of the production workload while the migration is ongoing.
DMS vs SCT
data migration service vs schema conversion tool
DMS source and target db are the same
-
-
aws.amazon.com aws.amazon.com
-
By default, Amazon Redshift has excellent tools to back up your cluster via snapshot to Amazon Simple Storage Service (Amazon S3). These snapshots can be restored in any AZ in that region or transferred automatically to other regions for disaster recovery. Amazon Redshift can even prioritize data being restored from Amazon S3 based on the queries running against a cluster that is still being restored.
Redshift is single az
-
- Apr 2020
-
www.veeam.com www.veeam.com
-
RPO limits how far to roll back in time, and defines the maximum allowable amount of lost data measured in time from a failure occurrence to the last valid backup. RTO is related to downtime and represents how long it takes to restore from the incident until normal operations are available to users
RPO RTO
-
-
stackoverflow.com stackoverflow.com
-
While SimpleDB has scaling limitations, it may be a good fit for smaller workloads that require query flexibility. Amazon SimpleDB automatically indexes all item attributes and thus supports query flexibility at the cost of performance and scale.
Simple DB vs DynamoDB
-
- Nov 2019
-
okmij.org okmij.org
-
I wonder, what else do we need files for?
interestingly with it's then new mobile devices that's what apple thought! they came to this from ui / "sales" perspective though
Tags
Annotators
URL
-
- Nov 2018
-
-
- Oct 2018
-
www2012.universite-lyon.fr www2012.universite-lyon.fr
-
github.com github.com
Tags
Annotators
URL
-
-
github.com github.com
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
developers.google.com developers.google.com
- Sep 2018
-
docs.couchdb.org docs.couchdb.org
-
- Sep 2016
-
xantorohara.blogspot.com xantorohara.blogspot.com
-
Qualifier
what is this used for?
-
-
www.infoq.com www.infoq.com
-
private JdbcTemplate mysqlTemplate;
any cleaner way?
Tags
Annotators
URL
-
- Feb 2016
-
deckardt.nl deckardt.nl
-
How to create your own fake wi-fi country
-
-
wireless.wiki.kernel.org wireless.wiki.kernel.org
-
Linux Wireless team on compliance
Tags
Annotators
URL
-