Top "Truncate" questions

Data truncation is the automatic or deliberate shortening of data.

Rails truncate with a 'read more' toggle

I have a paragraph that I want truncated with the option of clicking "read more" and have it slide open …

javascript jquery ruby-on-rails ruby-on-rails-3 truncate
Bulk delete (truncate vs delete)

We have a table with a 150+ million records. We need to clear/delete all rows. Delete operation would take forever …

sql sql-server performance truncate bulk
Truncate date to fiscal year

The following database view truncates the date to the fiscal year (April 1st): CREATE OR REPLACE VIEW FISCAL_YEAR_VW …

sql oracle oracle11g truncate
Does TRUNCATE TABLE grows up transaction log?

I have read that one of the differences between DELETE and TRUNCATE TABLE in Sql is the TRUNCATE operation cannot …

sql sql-delete truncate transaction-log
How to truncate any table using its synonym in oracle?

How to truncate any table using its synonym in oracle? -- in Server_A Create Table table_a ( col int); …

sql oracle truncate synonym
Truncate DynamoDb or rewrite data via Data Pipeline

There is possibility to dump DynamoDb via Data Pipeline and also import data in DynamoDb. Import is going well, but …

amazon-dynamodb truncate amazon-data-pipeline data-pipeline
Truncating unicode so it fits a maximum size when encoded for wire transfer

Given a Unicode string and these requirements: The string be encoded into some byte-sequence format (e.g. UTF-8 or JSON …

python json unicode truncate