Jeremy Taylor

737 posts

Jeremy Taylor banner
Jeremy Taylor

Jeremy Taylor

@refset

Working on @xtdb_com #ToolsForThought obsessive, 4GL maximalist (SQL is alright), always happy to chat :)

UK Entrou em Nisan 2012
4.8K Seguindo1.3K Seguidores
Tweet fixado
Jeremy Taylor
Jeremy Taylor@refset·
@juxtpro @xtdb_com @lukaseder This one was a really enjoyable chat - jOOQ is an impressive project that has been delivering typesafe & SQL-centric database goodness for far longer than most developers have cared about such things. Good ideas stand the tests of time 🏆
English
0
1
10
2K
Jeremy Taylor
Jeremy Taylor@refset·
@truskovskiy We use Claude a lot for working on @xtdb_com, but mostly as a debugging tool and research/experimentation assistant. The hard code still requires lots of human brain power, for now. I expect the landscape will shift more quickly on the pure OLAP side, e.g. arxiv.org/abs/2603.02001
English
1
0
0
120
Kyryl Truskovskyi
Kyryl Truskovskyi@truskovskiy·
Finally finished the Future Data Systems Seminar Series - Fall 2025. All 12 talks. (I know, I'm a bit slow) Great series - deep, genuinely technical, no fluff. One question kept coming back to me with every talk: how much AI coding (Claude, Codex, Cursor) are these teams actually using? For SaaS, CRUD apps, UI work - the answer is obvious. But for low-level database internals, storage engines, query planners in C/C++/Rust - how much does AI help there? I'd genuinely love to know. @byte_array @jrdntgn @willmanning @ianmcook @refset @jarkwu
English
1
0
4
137
Jeremy Taylor retweetou
Orion Reed
Orion Reed@OrionReedOne·
Software is not soft. It arrives rigid, opaque, and brittle. The most malleable medium we have produced is, in practice, among the least malleable materials we encounter in daily life.
English
1
6
23
1.3K
Jeremy Taylor
Jeremy Taylor@refset·
The theme of @CMUDB's ongoing Future Data Systems seminar series is "what should a database system look like in the future to handle more of our past so we never forget" - clearly I'm biased, but the answer has to be @xtdb_com ! Join us live on 24th November to learn more...
English
1
1
3
308
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
In the build up to an official XTDB v2 release we are running a series of informal chats on our Discord server - come join! This Friday we're speaking with @narayanarjun who has battled many times with as-of chaos during his time at Materialize - see github.com/orgs/xtdb/disc…
English
1
1
5
307
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
🕰️ Ever needed to track exactly when data was valid, or how it changed over time? 🔎 XTDB makes historical data management seamless with #bitemporality, letting you query past states, track expiring records, and analyse changes—all with precision and control. (1/3)
English
1
3
8
622
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
"Handling the element of time in SQL has been a challenge since it was created" "current databases require you to manually insert time values that track when a data item was added, when it became valid, and when it became invalid" Reflections by @Intellyx's Eric Newcomer [1/2]
English
1
1
8
721
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
💡Struggling with tracking data changes/mistakes in SQL #databases? 🌟XTDB introduces powerful tools to handle historical data, from managing corrections with soft deletes to permanently erasing records, XTDB offers bitemporal capabilities that SQL alone can’t provide! (1/3)
English
1
2
7
952
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
"SQL queries start with SELECT" has been true for 50 years, but what could we unlock by allowing you to start a query with FROM instead...? Check out our latest beta5 release to learn more - featuring some rather exciting SQL pipelining and templating capabilities [1/2]
XTDB tweet media
English
1
1
14
331
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
🚀 Need accurate reporting and seamless data corrections in your #Database? 📹 See how XTDB's bitemporality makes auditing and historical queries effortless. Correct mistakes, track changes, and retrieve past states—all with simple SQL queries. (1/2)
English
1
1
9
283
Jeremy Taylor retweetou
Dustin Getz
Dustin Getz@dustingetz·
I am just having the time of my life building lightning fast complex virtual scrolled tables with server-streamed differential record spooling over 10k records ... in 12 lines of simple, straightforward code. #ElectricClojure
English
3
10
87
3.1K
Eirik Bakke
Eirik Bakke@eirikbakke·
There's a lot of housekeeping involved relating to multi-threading, query cancellation, LIMIT clauses, error-handling, and so on. And optimizations to avoid issuing new SQL when previous results would satisfy the new version of the query (e.g. after hiding a column). (3/5)
English
2
1
4
517
Eirik Bakke
Eirik Bakke@eirikbakke·
Making a fast, responsive UI for a slow external process is a bit of an art. In @Ultorg's case, the user builds database queries through a spreadsheet-like UI. The queries are compiled to SQL and executed remotely--but the UI doesn't actually wait for the results! (1/5)
Omar Rizwan@rsnous

recompiling the program on every keystroke, or live as you scrub a slider, or tracking objects or gestures or dragging/scrolling at 60fps, are actually pretty demanding and require really good (and really predictable) performance to feel correct to the user

English
2
3
18
3.1K
Gene Kim
Gene Kim@RealGeneKim·
@eirikbakke @ultorg Cc @refset One more reason to switch to xtdb v2 — leverage all the amazing SQL tooling out there. (Came up with a couple more super compelling reasons after our interview/conversation!!)
English
1
0
2
111
Jeremy Taylor retweetou
Nathan Marz
Nathan Marz@nathanmarz·
The older I get, the more amazed I am that John McCarthy invented Lisp in 1958 when the popular programming languages were Algol, Fortran, and Cobol. 66 years later and it's still mind-blowing to the vast majority of the industry.
English
2
5
80
4.5K
Jeremy Taylor retweetou
JUXT
JUXT@juxtpro·
🎁 Day 1⃣🎱– JUXT Content Advent Calendar 🎄🗓️ @RealGeneKim – bestselling author of The Phoenix Project The DevOps Handbook – joins @malcolmsparks & @refset to discuss modularity, AI, and innovation in software development. 🎧 Full episode here ➡️ juxt.pro/blog/gene-kim-…
English
0
3
6
965
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
Can we do better than JSON_AGG? #SQL has had sub-queries since SQL:92 - but it's still a challenge to return properly nested data through SQL queries. #XTDB delivers first-class support for nested values, as well as `NEST_ONE` and `NEST_MANY`, which fill this gap. 1/n
XTDB tweet media
English
1
1
5
200
Jeremy Taylor
Jeremy Taylor@refset·
XTDB is built for a world with ever increasing regulation and scrutiny over decision making - making data and applications transparent to users and developers alike. Register now if you'd like to hear more zoom.us/webinar/regist… 2/2
English
0
2
3
178
Jeremy Taylor
Jeremy Taylor@refset·
I'm giving an online tech talk with @FINOSFoundation this Wednesday (4pm GMT) on 'as-of reporting' in financial services - but really this applies to all organisations who care about the auditability of systems. XTDB helps you to quickly figure out how data has changed and why /1
English
1
4
8
515
Jeremy Taylor retweetou
XTDB
XTDB@xtdb_com·
Are JSON columns and versioning painful in your existing databases? Probably! 📹 Check out this short tour through some of XTDB's novel SQL features for handling semi-structured data ('records') and as-of queries.
English
0
5
18
583