Changes between Version 7 and Version 8 of F3


Ignore:
Timestamp:
05/27/26 19:48:17 (9 hours ago)
Author:
231121
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • F3

    v7 v8  
    1313• Времето на извршување на insert изнесува 40.213ms. Тоа време е задоволително.
    1414     
    15 ```EXPLAIN ANALYZE```
    16 ```INSERT INTO Appointment (appointment_id, appointment-time, status, exam_room_id) VALUES (10000001, NOW() + INTERVAL '2 hours', 'Scheduled', 1);```
     15```EXPLAIN ANALYZE
     16   INSERT INTO Appointment (appointment_id, appointment-time, status, exam_room_id) VALUES (10000001, NOW() + INTERVAL '2 hours', 'Scheduled', 1);```
    1717
    1818[[Image(insert.png)]]