Y
Hacker News
new
|
ask
|
show
|
jobs
by
azlev
840 days ago
I didn't get the date as text and the amount as real in table transactions.
2 comments
FrancoisBosun
840 days ago
SQLite, as used in the article, has a very simple data model: 64 bit ints, 64 bit floats, and textual data. If you used a different database engine, you would probably use the datatypes it offers instead.
link
memset
840 days ago
Agree with this! I just used SQLite as kind of a pseudocode for demonstrating the concept.
link
azlev
840 days ago
Ah, thank you. I understood that it was a Clickhouae schema, it's not.
link