Skip to main content

Questions tagged [documentation]

0 votes
1 answer
35 views

I'm exploring the module wal2json for the first time. I've set up the replication slot using the ReadMe examples. When peeking the replication slot, every data value begins with an "action" ...
Peter Vandivier's user avatar
4 votes
1 answer
132 views

The documentation claims The data type of a column of a partitioned table can't be changed. It repeats this claim elsewhere such as here. Yet I have never seen this fail. CREATE PARTITION FUNCTION ...
J. Mini's user avatar
  • 1,342
1 vote
0 answers
90 views

On https://docs.oracle.com/en/database/oracle/oracle-database/19/sqpug/STARTUP.html, the document states that: Startup command ... where db options has the following syntax: [FORCE] [RESTRICT] [...
Just a learner's user avatar
-3 votes
1 answer
102 views

I am working with an existing Microsoft SQL database that does not have documentation. I want to write documentation for myself. However, because I did not create this database myself, I want to avoid ...
Stevoisiak's user avatar
-2 votes
1 answer
30 views

I was installing the unsafe_aggressive_sstable_expiration and found out that there is a mistake in the documentation. The documentation told us that we needed to enable in the jvm -Dcassandra....
Jon Corral's user avatar
1 vote
1 answer
114 views

I'm working with an extended event session in SQL Server and encountered a part of the T-SQL code that I don't fully understand. Specifically, I'm puzzled by the use of "Mode = 3 OR Mode = 4"...
Fajela Tajkiya's user avatar
-1 votes
1 answer
87 views

I know that PostgreSQL has 8 level of table locks which are, from least restrictive to most: ACCESS SHARE ROW SHARE ROW EXCLUSIVE SHARE UPDATE EXCLUSIVE SHARE SHARE ROW EXCLUSIVE EXCLUSIVE ACCESS ...
DaleSwanson's user avatar
3 votes
1 answer
163 views

In the mysqlbinlog utility documentation, the --rewrite-db=name option has the following explanation Filtering (e.g. with --database=name ) happens AFTER the database rewrites have been performed. ...
Ivan's user avatar
  • 614
1 vote
2 answers
3k views

It's possible to have documentation of a particular column within a postgres table, as it outlined here: How to add comment to a column in a table in Postgres? I'm not sure how to create a comment for ...
baxx's user avatar
  • 326
0 votes
2 answers
587 views

I'm reading documentation for the delayed durability feature of SQL Server and saw this table: It states that database level settings always take precedence over commit level seeing. But I'm not able ...
Fajela Tajkiya's user avatar
0 votes
2 answers
238 views

Go to this documentation page: https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-index-physical-stats-transact-sql?view=sql-server-ver15 Then go to ...
Victor Barajas's user avatar
0 votes
1 answer
97 views

In the MySQL doc section on avoiding full table scans, one of the cases in which MySQL will use a full table scan is described like so: You are using a key with low cardinality (many rows match the ...
Wildcard's user avatar
  • 599
0 votes
1 answer
74 views

I have recently joined a company where there are hundreds of schemas and thousands of tables. All the schemas we have are from other vendors who have allowed us access to their database. The entire ...
Paul Shan's user avatar
2 votes
2 answers
136 views

The current documentation refers only to version 3 of the wire protocol. However, there is the following note in the documentation: For descriptions of the earlier protocol versions, see previous ...
Eyal leshem's user avatar
14 votes
1 answer
2k views

This is the SQL Server's document talking about the ROLLBACK statement. On that page it states that the syntax of it is as follows: ROLLBACK { TRAN | TRANSACTION } [ transaction_name | @...
Just a learner's user avatar

15 30 50 per page