We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fe35b commit a30b7cdCopy full SHA for a30b7cd
examples/billion_cells/src/app/main.clj
@@ -398,7 +398,6 @@
398
{:update :chunk
399
:set {:chunk [:lift new-chunk]}
400
:where [:= :id chunk-id]}))
401
-
402
403
(defn ctx-start []
404
(let [{:keys [writer reader]}
@@ -448,6 +447,14 @@
448
447
449
(def db (-> (h/get-app) :ctx :db))
450
+
451
452
453
+ (d/q db {:select [[[:count [:distinct :sid]]]]
454
+ :from :tab})
455
+ ;; 4677
456
457
458
,)
459
460
;; focus element
examples/billion_checkboxes_blob/src/app/main.clj
@@ -466,6 +466,8 @@
466
(d/table-info db :chunks)
467
(d/table-list db)
468
469
+ ;; (+ 7784 3249)
470
471
472
473
(comment
0 commit comments