We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948938c commit 581bd5dCopy full SHA for 581bd5d
lab1_student_instructions_serializable.md
@@ -161,7 +161,7 @@ COMMIT;
161
162
-- select_follower_read (implicit)
163
--
164
-SELECT * FROM alerts as of system time experimental_follower_read_timestamp()
+SELECT * FROM alerts as of system time follower_read_timestamp()
165
WHERE customer_id=9743;
166
167
-- select_normal_different_id
@@ -416,4 +416,4 @@ WHERE customer_id=9743;
416
* What are the differences in response times between SFU and noSFU?
417
418
#### Q11
419
-* Why is the overall throughput so much better?
+* Why is the overall throughput so much better?
0 commit comments